tor-browser

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

passwd-8-with-TextEditor.html (370B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <body onload="document.getElementsByTagName('input')[0].focus();
      4              document.getElementsByTagName('input')[0].blur();
      5              document.getElementsByTagName('input')[0].type = 'password';
      6              document.documentElement.removeAttribute('class');">
      7    <input type="text" value="abcdef">
      8 </body>
      9 </html>