summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/iframe-transform.html
blob: ffe15e78dca8157ae749de54a00a394268f5f9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <head>
    <style>
      div {
        height: 200px;
        width: 200px;
        background: green;
        -moz-transform: translate(500px, 500px);
      }
    </style>
  </head>
  <body>
    <div>
    </div>
  </body>
</html>