ladybird/Tests/LibWeb/Text/input/HTML/Window-open-empty-string.html

7 lines
145 B
HTML

<script src="../include.js"></script>
<script>
test(() => {
window.open();
println("PASS! (Didn't crash)");
})
</script>