summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387201-1-ref.html
blob: bcd40d8aeb9b74871523bc6196c41b89823f0625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.i {
  height: 10px;
  float: left;
}
</style>
</head>
<body>

<div style="width: 4px;">
  <div style="margin-left: 10px;">

    <div class="i" style="border: 1px solid green">2</div>
  </div>
</div>

</body>
</html>