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

19 lines
240 B
HTML

<html>
<head>
<title>Iframe test for bug 304459</title>
</head>
<body">
<script>
var result;
try {
x == undefined;
} catch (e) {
result = true;
}
window.parent.postMessage(result, "http://mochi.test:8888");
</script>
</body>
</html>