mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
9 lines
255 B
HTML
9 lines
255 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<iframe id="iframe" src="../../data/iframe-unload-event.html"></iframe>
|
|
<script>
|
|
test(() => {
|
|
println("Test passes if it is possible to navigate away without crashing.");
|
|
});
|
|
</script>
|