summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_bug601803b.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_bug601803b.html')
-rw-r--r--dom/base/test/file_bug601803b.html11
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 0000000000..0363654c06
--- /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>