summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/bug458091_child.html
blob: 90f848e4f4aceff0eb5a8c521717d5c1150cf9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>