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

9 lines
161 B
HTML
Raw Permalink Normal View History

2025-03-18 15:28:35 -03:00
<!DOCTYPE html>
<script src="../include.js"></script>
<script>
test(() => {
window.open();
println("PASS! (Didn't crash)");
})
</script>