diff options
Diffstat (limited to 'js/xpconnect/tests/chrome/file_bug1530146.html')
-rw-r--r-- | js/xpconnect/tests/chrome/file_bug1530146.html | 6 |
1 files changed, 6 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..5414ea407d --- /dev/null +++ b/js/xpconnect/tests/chrome/file_bug1530146.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<script> + // eslint-disable-next-line no-self-assign + document.domain = document.domain; +</script> +<iframe></iframe> |