diff options
Diffstat (limited to 'js/xpconnect/tests/mochitest/file_bug605167.html')
-rw-r--r-- | js/xpconnect/tests/mochitest/file_bug605167.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/xpconnect/tests/mochitest/file_bug605167.html b/js/xpconnect/tests/mochitest/file_bug605167.html new file mode 100644 index 0000000000..d5253315b8 --- /dev/null +++ b/js/xpconnect/tests/mochitest/file_bug605167.html @@ -0,0 +1,7 @@ +<html> +<body> +<script> + parent.f = function() { return this; }; +</script> +</body> +</html> |