mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
382 B
HTML
12 lines
382 B
HTML
|
<html><head>
|
|||
|
<title>Testcase bug 391412 <20> 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: right; width: 100%; margin-left:-100%; height: 400px;"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|