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

Description Antoine Quint 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.
Comment 1 Antoine Quint 2022-06-16 01:18:58 PDT
I'm adding a new WPT for this in https://github.com/web-platform-tests/wpt/pull/34463.
Comment 2 Radar WebKit Bug Importer 2022-06-16 01:31:34 PDT
<rdar://problem/95277912>
Comment 3 Antoine Quint 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.
Comment 4 Antoine Quint 2022-06-16 12:53:50 PDT
The import is being done in https://bugs.webkit.org/show_bug.cgi?id=235131.
Comment 5 Antoine Quint 2023-02-17 02:55:26 PST
The related tests have been fixed, so I think this is done now.