summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/797583.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--js/xpconnect/crashtests/797583.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/797583.html b/js/xpconnect/crashtests/797583.html
new file mode 100644
index 0000000000..f6aaf01c22
--- /dev/null
+++ b/js/xpconnect/crashtests/797583.html
@@ -0,0 +1,6 @@
+<script>
+
+var ww = Object.create(window);
+ww.Components;
+
+</script>