mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
LibWeb/HTML: Fix crash in window open steps on empty URL string
This commit is contained in:
parent
e4fb25bf63
commit
4b069344e0
Notes:
github-actions[bot]
2024-12-11 01:16:57 +00:00
Author: https://github.com/shannonbooth
Commit: 4b069344e0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2871
3 changed files with 10 additions and 2 deletions
|
@ -0,0 +1,7 @@
|
|||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
window.open();
|
||||
println("PASS! (Didn't crash)");
|
||||
})
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue