mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
192f557403
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
12 lines
383 B
HTML
12 lines
383 B
HTML
<html><head>
|
||
<title>Testcase bug 391412 – Regression in float layout causing "clear:" to be ignored</title>
|
||
</head>
|
||
<body>
|
||
<div style="width: 400px; height: 400px; background-color: red;">
|
||
<div style="float:left; width: 100%; background-color: lime;">
|
||
<div style="float: left; width: 100%; margin-right: -100%; height: 400px;"></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|