tor-browser

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

315920-6-ref.html (276B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      option {color: green}
      6    </style>
      7  </head>
      8  <body>
      9    <select size="2">
     10      <option id="one" selected="selected">Should be no red</option>
     11      <option id="two">Should be no red</option>
     12    </select>
     13  </body>
     14 </html>