| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Test (Transforms): Iframe (contents)</title> | |
| <link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com"> | |
| <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> | |
| <style> | |
| body { | |
| overflow: hidden; | |
| } | |
| div { | |
| height: 200px; | |
| width: 200px; | |
| background: red; | |
| transform: translate(500px, 500px); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div></div> | |
| </body> | |
| </html> |