tor-browser

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

underline-select-1.html (159B)


      1 <!doctype html>
      2 <html>
      3 <body>
      4  <span style="text-decoration: underline">
      5    Some<select><option>text</option></select>and a button
      6  </span>
      7 </body>
      8 </html>