| <!DOCTYPE html> | |
| <title>CSS Reference</title> | |
| <link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" /> | |
| <style> | |
| div { | |
| background-color: green; | |
| height: 50px; | |
| width: 100px; | |
| } | |
| br { margin: 50px; } | |
| </style> | |
| <p>Test passes if there is <strong>no red</strong> visible on the page.</p> | |
| <div></div> | |
| <br> | |
| <div></div> |