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>