<html>
<head>
	<title>Iframe test for bug 38959</title>
</head>
<body">
<script>

x = false;
window.opener.postMessage(1, "http://mochi.test:8888");
window.close();

</script>
</body>
</html>