ladybird/Tests/LibWeb/Text/input/HTML/Window-open-blob-url-without-blob-entry.html

9 lines
183 B
HTML
Raw Normal View History

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