mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00: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 (2)", "*");
|
|
} else {
|
|
test(() => {});
|
|
}
|
|
</script>
|