summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/391412-1a.html
blob: f2616cf11589647cefc5760b5b5b4fa024b1e815 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>