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

15 lines
192 B
HTML

<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>