summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/616930-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/crashtests/616930-1.html')
-rw-r--r--js/xpconnect/crashtests/616930-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/616930-1.html b/js/xpconnect/crashtests/616930-1.html
new file mode 100644
index 0000000000..e34fbca6c7
--- /dev/null
+++ b/js/xpconnect/crashtests/616930-1.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+
+function boom()
+{
+ window.__proto__.__proto__ = InstallTrigger;
+ window.DOMParser;
+}
+
+</script>
+</head>
+<body onload="boom();"></body>
+</html>