tor-browser

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

315920-1-ref.html (252B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head/>
      4  <body>
      5    <select size="2">
      6      <option id="one" style="color: green" disabled="disabled">Should be green</option>
      7      <option id="two" style="color: blue">Should be blue</option>
      8    </select>
      9  </body>
     10 </html>