summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/421239-2-ref.html
blob: 3d2770879a88acb1ae14ff7a63d4ccf653896aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <style>
    div#a { margin: 0px 0px 100px 0px;  }
  </style>
</head>
<body>
  <div id="a"></div>
  <div>b</div>
</body>
</html>