tor-browser

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

select-size-overflow-001-ref.html (211B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS Test Reference</title>
      4 <select size=3 style="scrollbar-width: none">
      5  <option>option 1</option>
      6  <option>option 2</option>
      7  <option>option 3</option>
      8 </select>