diff options
Diffstat (limited to 'layout/reftests/bugs/383885-1.html')
-rw-r--r-- | layout/reftests/bugs/383885-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/383885-1.html b/layout/reftests/bugs/383885-1.html new file mode 100644 index 0000000000..df96fffb33 --- /dev/null +++ b/layout/reftests/bugs/383885-1.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<body onload="document.getElementById('a').style.display='none';"> +<div style="float:left; width:10px; height:500px; background:blue"></div> +<div style="float:right; height: 50px; width: 20px; background: red"></div> +<div><span id=a>a<br></span> +<div id=b style="float:left; clear: right; width: 100px; height:100px; border: solid orange;"></div> +asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf |