mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
9 lines
203 B
HTML
9 lines
203 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
if (window.self !== window.top) {
|
|
parent.postMessage("message from test iframe (1)", "*");
|
|
} else {
|
|
test(() => {});
|
|
}
|
|
</script>
|