mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Fire the fail callback on SharedImageRequest when they fail
This fixes an issue where failed image loads would delay the document load event forever.
This commit is contained in:
parent
8e0320626d
commit
2a86bd8c91
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/awesomekling
Commit: 2a86bd8c91
Pull-request: https://github.com/SerenityOS/serenity/pull/20818
3 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<script src="include.js"></script>
|
||||
<img src="invalid-protocol:foo">
|
||||
<script>
|
||||
test(() => {
|
||||
println("PASS");
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue