| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com"> | |
| <style> | |
| #region { | |
| font-family: Ahem; | |
| font-size: 20px; | |
| line-height: 1em; | |
| color: lime; | |
| z-index: 42; | |
| width: 100px; | |
| height: 100px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <ol> | |
| <li>You should see no red.</li> | |
| <li>Test passes if you see a green square.</li> | |
| </ol> | |
| <div id="region"> | |
| xxxxx<br> | |
| xxxxx<br> | |
| xxxxx<br> | |
| xxxxx<br> | |
| xxxxx | |
| </div> | |
| </body> | |
| </html> |