summaryrefslogtreecommitdiffstats
path: root/dom/xbl/crashtests/454820-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xbl/crashtests/454820-1.html')
-rw-r--r--dom/xbl/crashtests/454820-1.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/dom/xbl/crashtests/454820-1.html b/dom/xbl/crashtests/454820-1.html
new file mode 100644
index 000000000..31a8316f6
--- /dev/null
+++ b/dom/xbl/crashtests/454820-1.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML>
+<html><head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Testcase for bug 454820</title>
+</head>
+<body>
+
+<p>PASS if Firefox does not crash.</p>
+<script type="text/javascript">
+var evObj = document.createEvent('UIEvents');
+evObj.initUIEvent( 'keypress', true, true, window, 1 );
+document.getElementsByTagName('p')[0].dispatchEvent(evObj);
+</script>
+
+
+</body>
+</html>