tor-browser

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

li-with-height-001-ref.html (323B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Lists: list with height</title>
      4 
      5 <p>The test passes if "second" is in the following line of "first".</p>
      6 <ul>
      7  <li id="li_target" style="height:200px; border:1px solid black; width:200px">
      8    first<div id="div_target" style="overflow:hidden;">second</div>
      9  </li>
     10 </ul>