| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Mirela Budăeș" href="mailto:[email protected]"> | |
| <link rel="author" title="Mihai Tica" href="mailto:[email protected]"> | |
| <style type="text/css"> | |
| div { | |
| background: #0F0; | |
| width: 100px; | |
| height: 100px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if you can see a green square on the screen.</p> | |
| <div></div> | |
| </body> | |
| </html> |