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