mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-03 07:32:00 +00:00
7 lines
145 B
HTML
7 lines
145 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
window.open();
|
|
println("PASS! (Didn't crash)");
|
|
})
|
|
</script>
|