diff options
Diffstat (limited to 'js/xpconnect/tests/chrome/file_evalInSandbox.html')
-rw-r--r-- | js/xpconnect/tests/chrome/file_evalInSandbox.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/xpconnect/tests/chrome/file_evalInSandbox.html b/js/xpconnect/tests/chrome/file_evalInSandbox.html new file mode 100644 index 0000000000..fb58f2bb41 --- /dev/null +++ b/js/xpconnect/tests/chrome/file_evalInSandbox.html @@ -0,0 +1 @@ +<html><body><script>document.foo = 'bar';</script></body></html> |