list-style-image-applies-to-ref-2.html (263B)
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: 96px; 8 } 9 </style> 10 11 <p>Test passes if there is a single round dot below.</p> 12 <div> </div>