list-style-position-applies-to-ref-4.html (337B)
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 background: orange; 7 display: list-item; 8 list-style-position: inside; 9 margin-left: 1in; 10 width: 5em; 11 } 12 </style> 13 14 <p>Test passes if there is a black dot inside an orange box below.</p> 15 <div></div>