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

18 lines
301 B
HTML

<html>
<body>
<script>
var success = 0;
try {
parent[name].success = 1;
parent.postMessage(success ? "success" : "failure", "http://mochi.test:8888");
} catch (e) {
parent.postMessage(e.toString(), "http://mochi.test:8888");
}
</script>
<p>Move on, nothing to see here...</p>
</body>
</html>