1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:37:34 +00:00

Tests/LibWeb: Add text tests for navigation

This commit is contained in:
Aliaksandr Kalenik 2023-09-15 01:25:23 +02:00 committed by Andreas Kling
parent ead311eac7
commit 351567a01f
10 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<script src="../include.js"></script>
<script>
if (window.self !== window.top) {
parent.postMessage("message from test iframe (1)", "*");
} else {
test(() => {});
}
</script>