summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_bug704320_redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_bug704320_redirect.html')
-rw-r--r--dom/base/test/file_bug704320_redirect.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/test/file_bug704320_redirect.html b/dom/base/test/file_bug704320_redirect.html
new file mode 100644
index 000000000..09ed05d6f
--- /dev/null
+++ b/dom/base/test/file_bug704320_redirect.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <script>
+ parent.postMessage('', 'http://mochi.test:8888');
+ </script>
+</head>
+<body>
+</body>
+</html>