summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/iframe_bug38959-2.html
blob: 36cd0c1561271e7a90ed2459a96caa8e236d9325 (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 = true;
window.opener.postMessage(2, "http://mochi.test:8888");
window.close();

</script>
</body>
</html>