Bug 241676

Summary: Resetting source on a long-loading <img> still prevents window "load" event
Product: WebKit Reporter: Antoine Quint <graouts>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: achristensen, ap, beidson, cdumez, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=235131
https://bugs.webkit.org/show_bug.cgi?id=240325

Antoine Quint
Reported 2022-06-16 00:58:51 PDT
If you have an <img> element pointing to a long-loading resource it should prevent the window "load" event from firing until that image is loaded. However, if you cancel the load by setting the "src" to the empty string, the window "load" event should trigger and not be delayed anymore. In WebKit, the original resource load will continue to block the window "load" event. This came up investigating the failure of a CSS Transition WPT test, see https://github.com/web-platform-tests/wpt/issues/34444.
Attachments
Antoine Quint
Comment 1 2022-06-16 01:18:58 PDT
Radar WebKit Bug Importer
Comment 2 2022-06-16 01:31:34 PDT
Antoine Quint
Comment 3 2022-06-16 11:49:51 PDT
The WPT PR has landed, so now we should import https://github.com/web-platform-tests/wpt/commit/644aba8746b83668d5d9033cda16ae3f8bba0b3d to have the new dedicated test for this, and rebase the result for the css/css-transitions test changed in that revision as well.
Antoine Quint
Comment 4 2022-06-16 12:53:50 PDT
Antoine Quint
Comment 5 2023-02-17 02:55:26 PST
The related tests have been fixed, so I think this is done now.
Note You need to log in before you can comment on or make changes to this bug.