add-inline-child-after-marker-001-ref.html (325B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Lists: Add inline child after marker</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> 9 <span>inline</span> 10 <div style="overflow:hidden;"> 11 <span>a</span>xxx 12 </div> 13 </li> 14 </ul>