tor-browser

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

label-novalid.html (140B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>option element with empty label attribute</title>
      4 <select>
      5 <option label=""></option>
      6 </select>