tor-browser

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

option-label-whitespace-2.html (248B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://github.com/whatwg/html/issues/10955">
      4 <link rel=mismatch href="option-label-whitespace-2-ref.html">
      5 
      6 <select>
      7  <option label="  "></option>
      8 </select>