Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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>