| <!DOCTYPE html> | |
| <title>CSS Reference</title> | |
| <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"> | |
| <style> | |
| div { | |
| display: list-item; | |
| margin-left: 1in; | |
| } | |
| </style> | |
| <p>Test passes if there is a black dot on a white background below.</p> | |
| <div></div> |