tor-browser

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

bug1082486-1-ref.html (415B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <style>
      6     /* Eliminate the blue glow when focusing the element. */
      7     input {
      8       background: none;
      9       border: none;
     10       outline: none;
     11     }
     12    </style>
     13  </head>
     14  <body>
     15    <a target="_blank" href="https://bugzil.la/1082486">Mozilla Bug 1082486</a>
     16    <input id='i' value="abcdefghd" style="text-indent: -10px">
     17  </body>
     18 </html>