tor-browser

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

list-marker-with-lineheight-and-overflow-hidden-001-ref.html (447B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Lists: test list with overflow:hidden and line-height firstchild</title>
      4 
      5 <p>This test passes if there is a marker for each li and followed by "text" in the same line.</p>
      6 
      7 <ul>
      8  <li>
      9    <div style="line-height:100px;">
     10      <span>text</span>
     11    </div>
     12  </li>
     13 </ul>
     14 <ul>
     15  <li style="list-style-image: url(resources/white.gif);">
     16    <div style="line-height:100px;">text</div>
     17  </li>
     18 </ul>