summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/394810-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/crashtests/394810-1.html')
-rw-r--r--js/xpconnect/crashtests/394810-1.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/394810-1.html b/js/xpconnect/crashtests/394810-1.html
new file mode 100644
index 0000000000..a5a5ebf14e
--- /dev/null
+++ b/js/xpconnect/crashtests/394810-1.html
@@ -0,0 +1,4 @@
+<script>
+Object.prototype.__defineGetter__("x", Object.prototype.toSource);
+window.x;
+</script>