mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
98a0ede326
--HG-- extra : rebase_source : 8bdadc72a0b28c78e21758fab8f1035ee1dd9f3d
15 lines
192 B
HTML
15 lines
192 B
HTML
<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>
|