diff options
Diffstat (limited to 'layout/reftests/bugs/322436-1.html')
-rw-r--r-- | layout/reftests/bugs/322436-1.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/322436-1.html b/layout/reftests/bugs/322436-1.html new file mode 100644 index 000000000..64c32a8b8 --- /dev/null +++ b/layout/reftests/bugs/322436-1.html @@ -0,0 +1,14 @@ +<html> + +<head> + +</head> + +<body> +There should be floating text here! Look at the source! +<div style="display: -moz-box;"><div style="float: left;">This text should show up</div></div> +<!-- using non-breaking spaces here to match the reference --> + +</body> + +</html> |