mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
14 lines
328 B
HTML
14 lines
328 B
HTML
|
<!DOCTYPE HTML><html><head>
|
||
|
<script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<textarea id="t" rows="4" style="-moz-appearance: none"></textarea>
|
||
|
<script>
|
||
|
var area = document.getElementById('t');
|
||
|
area.focus();
|
||
|
|
||
|
sendKey('RETURN'); // press Enter once
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|