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