| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>CSS Transforms rotateX Reference</title> | |
| <link rel="author" title="Intel" href="http://www.intel.com"> | |
| <style> | |
| div { | |
| background-color: green; | |
| border: 20px solid black; | |
| height: 120px; | |
| left: 60px; | |
| position: absolute; | |
| top: 60px; | |
| width: 120px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if there is a green square with black border around, and no any red.</p> | |
| <div></div> | |
| </body> | |
| </html> |