tor-browser

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

395107-2-ref.html (205B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 
      5 <select id="a">
      6 <option>Option 1</option>
      7 <option selected>Option 2</option>
      8 <option selected>Option 3</option>
      9 <option selected>Option 4</option>
     10 </select>
     11 
     12 </body>
     13 </html>