diff options
Diffstat (limited to 'layout/reftests/bugs/386065-2.html')
-rw-r--r-- | layout/reftests/bugs/386065-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/386065-2.html b/layout/reftests/bugs/386065-2.html new file mode 100644 index 0000000000..27197f51a3 --- /dev/null +++ b/layout/reftests/bugs/386065-2.html @@ -0,0 +1,12 @@ +<html> + +<head> + <style type="text/css"> + div {font-size:0;} + </style> +</head> + +<body> + <div>This should be invisible.</div> +</body> +</html> |