layout/reftests/bugs/383883-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/383883-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +<!DOCTYPE html>
     1.5 +<body onload="document.getElementById('a').style.borderTopWidth=0;document.getElementById('rand').style.height='1px';">
     1.6 +<div style="float:right; height: 50px; width: 20px; background: red"></div>
     1.7 +<div id=a style="border-top: solid 50px">
     1.8 +<div id=b style="float:left; clear: right; width: 100px; height:100px; border: solid orange; position:relative;"></div>
     1.9 +</div>
    1.10 +<div>
    1.11 +asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>
    1.12 +<div id=rand></div>
    1.13 +</div>

mercurial