| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com"> | |
| <style> | |
| div { | |
| margin: 5px; | |
| width: 130px; | |
| height: 130px; | |
| background: black;/*rgb(0,0,0);*/ | |
| display: block; | |
| float: left; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if there is no red square on the screen. <br> | |
| You should see a black square.</p> | |
| <div></div> | |
| </body> | |
| </html> |