Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 383883-2.html
blobc4a97a78f1d8a407c33e4a32f266478c79c46191
1 <!DOCTYPE html>
2 <body onload="document.getElementById('a').style.borderTopWidth=0;document.getElementById('rand').style.height='1px';">
3 <div style="float:left; width:0; height:60px"></div>
4 <div style="background: red; float: right; height: 50px; width: 20px; clear:left"></div>
5 <div id="a" style="border-top: solid 50px;">
6 <div id="b" style="border: solid orange; float: left; clear: right; width: 100px; height: 100px; position: relative;"></div>
7 </div>
8 <div>
9 asdf<br>
10 asdf<br>
11 asdf<br>
12 asdf<br>
13 asdf<br>
14 asdf<br>
15 asdf<br>
16 asdf<br>
17 <div id=rand></div>
18 </div>