Mypal/dom/tests/mochitest/bugs/iframe_bug38959-2.html

15 lines
191 B
HTML

<html>
<head>
<title>Iframe test for bug 38959</title>
</head>
<body">
<script>
x = true;
window.opener.postMessage(2, "http://mochi.test:8888");
window.close();
</script>
</body>
</html>