mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
11 lines
286 B
HTML
11 lines
286 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<iframe src="../../data/iframe-popstate-event.html"></iframe>
|
|
<script>
|
|
asyncTest(done => {
|
|
window.addEventListener("message", event => {
|
|
println(event.data);
|
|
done();
|
|
});
|
|
});
|
|
</script>
|