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