Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 391412-1b.html
bloba14f429f9ca667470d04745c82f17b4347bb7c47
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: right; width: 100%; margin-left:-100%; height: 400px;"></div>
8 </div>
9 </div>
10 </body>
11 </html>