summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/472769-1b.html
blob: c2888517873e7410e4302109284a247dcb3b5252 (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:  0.5px;
        margin-left: 0.5px;
        height: 100px;
        width:  100px;
        background: black;
      }
    </style>
  </head>
  <body><div></div></body>
</html>