tor-browser

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

option-label-whitespace-ref.html (214B)


      1 <!DOCTYPE html>
      2 <select multiple>
      3  <option>no label attribute</option>
      4  <option>empty label attribute</option>
      5  <option></option>
      6 </select>
      7 <br>
      8 
      9 <select>
     10  <option>empty label attribute</option>
     11 </select>
     12 <br>