mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
This fixes an issue where failed image loads would delay the document load event forever.
8 lines
137 B
HTML
8 lines
137 B
HTML
<script src="include.js"></script>
|
|
<img src="invalid-protocol:foo">
|
|
<script>
|
|
test(() => {
|
|
println("PASS");
|
|
});
|
|
</script>
|