Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 441259-1.html
blob6cf03a710afca265387e33d2aa23913bde520b51
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 span { display:inline-block; width:50px; height:10px; background:yellow; }
6 </style>
7 </head>
8 <body style="width:100px; border:1px solid black;">
9 <span></span>
10 <div style="float:left; width:50px; height:50px; background:green;"></div>
11 </body>
12 </html>