summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/bug458091_child.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/bugs/bug458091_child.html')
-rw-r--r--dom/tests/mochitest/bugs/bug458091_child.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/tests/mochitest/bugs/bug458091_child.html b/dom/tests/mochitest/bugs/bug458091_child.html
new file mode 100644
index 0000000000..2173e9e6d8
--- /dev/null
+++ b/dom/tests/mochitest/bugs/bug458091_child.html
@@ -0,0 +1,13 @@
+<html> <head>
+<title></title>
+<script type="text/javascript">
+function finish() {
+ window.opener.finish(sessionStorage.testItem);
+ window.close();
+}
+</script>
+</head>
+
+<body onload="finish();">
+</body>
+</html>