tor-browser

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

select-required-ref.html (214B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <body>
      5    <select style="background-color: green;">
      6      <option selected value="">foo</option>
      7    </selecT>
      8  </body>
      9 </html>