summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/bug346659-parent-echoer.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/bugs/bug346659-parent-echoer.html')
-rw-r--r--dom/tests/mochitest/bugs/bug346659-parent-echoer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/tests/mochitest/bugs/bug346659-parent-echoer.html b/dom/tests/mochitest/bugs/bug346659-parent-echoer.html
new file mode 100644
index 000000000..e5035397f
--- /dev/null
+++ b/dom/tests/mochitest/bugs/bug346659-parent-echoer.html
@@ -0,0 +1,5 @@
+<script>
+ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
+ window.parent.opener.postMessage(window.parent.testNum + " - " + window.x, "http://mochi.test:8888");
+ window.parent.close();
+</script>