Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <html><head> |
michael@0 | 2 | <title>Testcase bug 391412 – Regression in float layout causing "clear:" to be ignored</title> |
michael@0 | 3 | </head> |
michael@0 | 4 | <body> |
michael@0 | 5 | <div style="width: 400px; height: 400px; background-color: red;"> |
michael@0 | 6 | <div style="float:left; width: 100%; background-color: lime;"> |
michael@0 | 7 | <div style="float: left; width: 100%; margin-right: -100%; height: 400px;"></div> |
michael@0 | 8 | </div> |
michael@0 | 9 | </div> |
michael@0 | 10 | </body> |
michael@0 | 11 | </html> |