tor-browser

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

1429027-1-ref.html (400B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4  <title>Bug 1429027 - No caret</title>
      5  <meta charset="utf-8">
      6 </head>
      7 <body>
      8 <form autocomplete="off">
      9  <input autofocus value="" onfocus="done()">
     10 </form>
     11 
     12 <script type="text/javascript">
     13 function done() {
     14  document.documentElement.removeAttribute("class");
     15 }
     16 window.addEventListener("MozReftestInvalidate", doTest);
     17 </script>
     18 </body>
     19 </html>