change-list-style-position-001-ref.html (370B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Lists: test the change of list-style-position</title> 4 5 <p>The test passes if you see the list marker followed by the text "inline" and "axxx" in a line below.</p> 6 7 <ul> 8 <li style="list-style-position:inside;"> 9 <span>inline</span> 10 <div style="overflow:hidden;"> 11 <span>a</span>xxx 12 </div> 13 </li> 14 </ul>