summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/iframe_bug38959-1.html
blob: d4c16c47af863e06337124f757ea176b6eec3f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>