ladybird/Tests/LibWeb/Text/input/HTML/Window-open-blob-url-without-blob-entry.html
2025-03-20 11:50:49 +01:00

8 lines
183 B
HTML

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