layout/reftests/transform/iframe-transform.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e903466d9440
1 <html>
2 <head>
3 <style>
4 div {
5 height: 200px;
6 width: 200px;
7 background: green;
8 -moz-transform: translate(500px, 500px);
9 }
10 </style>
11 </head>
12 <body>
13 <div>
14 </div>
15 </body>
16 </html>

mercurial