diff options
Diffstat (limited to 'js/xpconnect/tests/chrome/file_bug1530146.html')
-rw-r--r-- | js/xpconnect/tests/chrome/file_bug1530146.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/xpconnect/tests/chrome/file_bug1530146.html b/js/xpconnect/tests/chrome/file_bug1530146.html new file mode 100644 index 0000000000..1d758bf954 --- /dev/null +++ b/js/xpconnect/tests/chrome/file_bug1530146.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<script> + document.domain = document.domain; +</script> +<iframe></iframe> |