mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 15:35:08 +00:00
8 lines
203 B
HTML
8 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>
|