tor-browser

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

select-intrinsic-option-font-size.html (309B)


      1 <!doctype html>
      2 <title>Select should be as wide as needed to fit its options regardless of option styles</title>
      3 <link rel=match href=select-intrinsic-option-font-size-ref.html>
      4 <select>
      5  <option style="font-size: 5px">ABC</option>
      6 </select>
      7 <select>
      8  <option style="font-size: 50px">ABC</option>
      9 </select>