tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

add-inline-child-after-marker-002-ref.html (308B)


      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 "axxx" in the same line.</p>
      6 
      7 <ul>
      8  <li>
      9    <span> </span>
     10    <div style="overflow:hidden;">
     11      <span>a</span>xxx
     12    </div>
     13  </li>
     14 </ul>