tor-browser

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

bug240933-2.html (376B)


      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 twice
     11  sendKey('RETURN');
     12  sendKey('BACK_SPACE'); // press Backspace once
     13 </script>
     14 </body>
     15 </html>