mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-30 19:37:21 +02:00
We were mistakenly executing the current node's script instead of the document's pending parsing-blocking script. This caused ~1000 WPT tests to time out, since we never ended up firing a load event for XHTML pages that load multiple external scripts. (cherry picked from commit 007c292af3202a85eb146b121720d988a66ed64b)