1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 15:35:08 +00:00
serenity/Tests/LibWeb/Text/input/navigation/iframe-test-content-1.html
2023-09-16 16:53:32 +02:00

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>