summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387201-1.html
blob: 103f617b63f2b316c4e652b9a57ef25bfe288ffc (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"></div>
    <div class="i" style="border: 1px solid green">2</div>
  </div>
</div>

</body>
</html>