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
19 lines
240 B
HTML
19 lines
240 B
HTML
<html>
|
|
<head>
|
|
<title>Iframe test for bug 304459</title>
|
|
</head>
|
|
<body">
|
|
<script>
|
|
|
|
var result;
|
|
try {
|
|
x == undefined;
|
|
} catch (e) {
|
|
result = true;
|
|
}
|
|
window.parent.postMessage(result, "http://mochi.test:8888");
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|