diff options
Diffstat (limited to 'dom/base/test/file_bug601803b.html')
-rw-r--r-- | dom/base/test/file_bug601803b.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/base/test/file_bug601803b.html b/dom/base/test/file_bug601803b.html new file mode 100644 index 000000000..0363654c0 --- /dev/null +++ b/dom/base/test/file_bug601803b.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> +<head> + <title>Test for Bug 601803</title> +</head> +<body> +<script type="application/javascript"> +document.domain = "example.org"; +</script> +</body> +</html> |