mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
15 lines
191 B
HTML
15 lines
191 B
HTML
|
<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>
|