summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translate-rounding-ref.html
blob: 8cf29dd1a99ee92c9f3dec9b7314a580e9c3c9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <title>Bug 1392161 - Translate rounding reference</title>
    <style>
      div {
        height: 100px;
        width: 100px;
        background: blue;
        position: relative;
        left: 100px;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>