summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file_evalInSandbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/tests/mochitest/file_evalInSandbox.html')
-rw-r--r--js/xpconnect/tests/mochitest/file_evalInSandbox.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/xpconnect/tests/mochitest/file_evalInSandbox.html b/js/xpconnect/tests/mochitest/file_evalInSandbox.html
new file mode 100644
index 0000000000..f53aa1166c
--- /dev/null
+++ b/js/xpconnect/tests/mochitest/file_evalInSandbox.html
@@ -0,0 +1,8 @@
+<html>
+ <body>
+ <script>
+ document.foo = "bar";
+ windowfoo = "windowbar";
+ </script>
+ </body>
+</html>