summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/iframe-transform.html
blob: 5e644ea493b50ebe4de41f30dd1aaaa052d23359 (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;
        transform: translate(500px, 500px);
      }
    </style>
  </head>
  <body>
    <div>
    </div>
  </body>
</html>