summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/472769-1-ref.html
blob: b043c98da24c963f3df0f0dc7242156f8fcebb49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <style>
      body { margin: 0px; }
      div  {
        margin-top:  1px;
        margin-left: 1px;
        height: 100px;
        width:  100px;
        background: black;
      }
    </style>
  </head>
  <body><div></div></body>
</html>