mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 07:02:54 +00:00
This fixes an issue where failed image loads would delay the document load event forever.
7 lines
137 B
HTML
7 lines
137 B
HTML
<script src="include.js"></script>
|
|
<img src="invalid-protocol:foo">
|
|
<script>
|
|
test(() => {
|
|
println("PASS");
|
|
});
|
|
</script>
|