list-style-position-applies-to-ref-2.html (271B)
1 <!DOCTYPE html> 2 <title>CSS Reference</title> 3 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"> 4 <style> 5 div { 6 display: list-item; 7 margin-left: 1in; 8 } 9 </style> 10 11 <p>Test passes if there is a black dot on a white background below.</p> 12 <div></div>