ladybird/Tests/LibWeb/Text/data/test-iframe-content.html
2025-03-20 11:50:49 +01:00

7 lines
107 B
HTML

<!DOCTYPE html>
<body>
hello!
</body>
<script>
window.parent.postMessage("hello!", "*");
</script>