tor-browser

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

select-text-only.html (387B)


      1 <!DOCTYPE html>
      2 <meta name=fuzzy content="maxDifference=0-41;totalPixels=0-1">
      3 <link rel=author href="mailto:jarhar@chromium.org">
      4 <link rel=help href="https://github.com/openui/open-ui/issues/702">
      5 <link rel=match href="select-text-only-ref.html">
      6 
      7 <select>
      8  text node
      9  <option>option</option>
     10 </select>
     11 
     12 <style>
     13  select, ::picker(select) {
     14    appearance: base-select;
     15  }
     16 </style>