tor-browser

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

bug597519-1.html (350B)


      1 <!DOCTYPE HTML><html><head>
      2  <script src="/tests/SimpleTest/EventUtils.js"></script>
      3 </head>
      4 <body>
      5 <textarea maxlength="3" spellcheck="false" style="-moz-appearance: none"></textarea>
      6 <script>
      7  var t = document.querySelector("textarea");
      8  t.focus();
      9 
     10  sendString("ab");
     11  synthesizeKey("KEY_Enter");
     12  sendString("c");
     13 </script>
     14 </body>
     15 </html>