layout/base/tests/bug240933-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:38b50f5d8038
1 <!DOCTYPE HTML><html><head>
2 <script type="text/javascript" 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>

mercurial