diff options
Diffstat (limited to 'layout/reftests/bugs/457398-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/457398-2-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/457398-2-ref.html b/layout/reftests/bugs/457398-2-ref.html new file mode 100644 index 0000000000..25a03a0202 --- /dev/null +++ b/layout/reftests/bugs/457398-2-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> +<head><style> +span { display:inline-block; width:20px; } +</style></head> +<body> +<div><span></span>Test</div> +<div style="float:left; width:100px; height:200px; background:yellow;"></div> +<div style="clear:both"><span></span>Test</div> +</body> +</html> |