tor-browser

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

listbox-zero-row-initial.html (267B)


      1 <!DOCTYPE HTML>
      2 <title>Testcase for initial reflow of zero height options</title>
      3 <style>
      4 
      5  html { overflow: hidden }
      6  option { height: 0; min-height: 0 }
      7 
      8 </style>
      9 
     10 <select size="3">
     11  <option>One</option>
     12  <option>Two</option>
     13  <option>Three</option>
     14 </select>