mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +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>
|