-1:000000000000 | 0:73c3f9852697 |
---|---|
1 <!DOCTYPE HTML> | |
2 <html><head> | |
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
4 <title>Testcase for bug 454820</title> | |
5 </head> | |
6 <body> | |
7 | |
8 <p>PASS if Firefox does not crash.</p> | |
9 <script type="text/javascript"> | |
10 var evObj = document.createEvent('UIEvents'); | |
11 evObj.initUIEvent( 'keypress', true, true, window, 1 ); | |
12 document.getElementsByTagName('p')[0].dispatchEvent(evObj); | |
13 </script> | |
14 | |
15 | |
16 </body> | |
17 </html> |