tor-browser

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

select-1-block-size-001.html (615B)


      1 <!doctype html>
      2 <title>Select block size when line-height is specified</title>
      3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      4 <link rel="author" title="Mozilla" href="https://mozilla.org">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
      6 <link rel="match" href="select-1-block-size-001-ref.html">
      7 <style>
      8 select {
      9  -webkit-appearance: none;
     10  appearance: none;
     11 
     12  background: black;
     13  color: black;
     14 
     15  line-height: 100px;
     16  width: 100px;
     17 
     18  border: 0;
     19  border-radius: 0;
     20  padding: 0;
     21 }
     22 </style>
     23 <select></select>
     24 <select><option>A</option></select>