| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Test: transform perspective Reference</title> | |
| <link rel="author" title="caoqixing" href="mailto:[email protected]" /> | |
| <link rel="reviewer" title="Dayang Shen" href="mailto:[email protected]" /> <!-- 2013-09-03 --> | |
| <style type="text/css"> | |
| div { | |
| width: 200px; | |
| height: 200px; | |
| } | |
| #container { | |
| position: relative; | |
| background-color: green; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>The test passes if there is a green square and no red.</p> | |
| <div id="container"></div> | |
| </body> | |
| </html> |