no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 391412-1a.html
blobf2616cf11589647cefc5760b5b5b4fa024b1e815
1 <html><head>
2 <title>Testcase bug 391412 – Regression in float layout causing "clear:" to be ignored</title>
3 </head>
4 <body>
5 <div style="width: 400px; height: 400px; background-color: red;">
6 <div style="float:left; width: 100%; background-color: lime;">
7 <div style="float: left; width: 100%; margin-right: -100%; height: 400px;"></div>
8 </div>
9 </div>
10 </body>
11 </html>