diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/441259-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/441259-1.html b/layout/reftests/bugs/441259-1.html new file mode 100644 index 0000000000..6cf03a710a --- /dev/null +++ b/layout/reftests/bugs/441259-1.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> +<html> +<head> +<style> +span { display:inline-block; width:50px; height:10px; background:yellow; } +</style> +</head> +<body style="width:100px; border:1px solid black;"> +<span></span> +<div style="float:left; width:50px; height:50px; background:green;"></div> +</body> +</html> |