diff options
Diffstat (limited to 'js/xpconnect/tests/mochitest/file_evalInSandbox.html')
-rw-r--r-- | js/xpconnect/tests/mochitest/file_evalInSandbox.html | 8 |
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 000000000..f53aa1166 --- /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> |