tor-browser

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

bug634406-1.html (380B)


      1 <!DOCTYPE HTML><html><head>
      2  <script src="/tests/SimpleTest/EventUtils.js"></script>
      3 </head>
      4 <body>
      5 <textarea spellcheck="false" style="-moz-appearance: none"></textarea>
      6 <script>
      7  var t = document.querySelector("textarea");
      8  t.focus();
      9 
     10  sendString("a");
     11  synthesizeKey("A", {accelKey: true});
     12  synthesizeKey("KEY_ArrowRight");
     13  sendString("b");
     14 </script>
     15 </body>
     16 </html>