tor-browser

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

bug1082486-2.html (360B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5  </head>
      6  <body onload="document.getElementById('i').focus();">
      7    <a target="_blank" href="https://bugzil.la/1082486">Mozilla Bug 1082486</a>
      8 
      9    <!-- The whole input will not be seen. -->
     10    <input id='i' value="abcdefghd" style="position: absolute; top: -100px; left: 0px;">
     11  </body>
     12 </html>