tor-browser

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

input-ref.html (277B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <body onload="document.getElementsByTagName('input')[1].focus();">
      5    <input><input onfocus="document.documentElement.removeAttribute('class');"><input>
      6  </body>
      7 </html>