summaryrefslogtreecommitdiffstats
path: root/xpfe/test/child-window.html
diff options
context:
space:
mode:
Diffstat (limited to 'xpfe/test/child-window.html')
-rw-r--r--xpfe/test/child-window.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/xpfe/test/child-window.html b/xpfe/test/child-window.html
new file mode 100644
index 000000000..228ea3462
--- /dev/null
+++ b/xpfe/test/child-window.html
@@ -0,0 +1,5 @@
+<html><body onload="
+ var gLoadEventTime = (new Date()).getTime();
+ if (window.opener)
+ window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
+"></body></html>