Mypal/dom/tests/mochitest/bugs/bug458091_child.html
2019-03-11 13:26:37 +03:00

14 lines
215 B
HTML

<html> <head>
<title></title>
<script type="text/javascript">
function finish() {
window.opener.finish(sessionStorage["testItem"]);
window.close();
}
</script>
</head>
<body onload="finish();">
</body>
</html>