tor-browser

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

bug240933-1.html (305B)


      1 <!DOCTYPE HTML><html><head>
      2  <script src="/tests/SimpleTest/EventUtils.js"></script>
      3 </head>
      4 <body>
      5 <textarea id="t" rows="4" style="-moz-appearance: none"></textarea>
      6 <script>
      7  var area = document.getElementById('t');
      8  area.focus();
      9 
     10  sendKey('RETURN'); // press Enter once
     11 </script>
     12 </body>
     13 </html>