diff options
Diffstat (limited to 'layout/forms/crashtests/404123-1.html')
-rw-r--r-- | layout/forms/crashtests/404123-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/forms/crashtests/404123-1.html b/layout/forms/crashtests/404123-1.html new file mode 100644 index 000000000..73fbaa363 --- /dev/null +++ b/layout/forms/crashtests/404123-1.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> +</head> +<body> + +<fieldset> +<legend style="padding: 0pt 100%;"></legend> +</fieldset> + +</body> +</html> |