RESOLVED FIXED 235131
css/css-transitions/before-load-001.html is a unique failure
https://bugs.webkit.org/show_bug.cgi?id=235131
Summary css/css-transitions/before-load-001.html is a unique failure
Antoine Quint
Reported 2022-01-12 12:12:29 PST
WebKit has some unique failures for css/css-transitions/before-load-001.html. See https://wpt.fyi/results/css/css-transitions/before-load-001.html?label=experimental&label=master&aligned.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-01-19 12:23:33 PST
Antoine Quint
Comment 2 2022-06-14 06:06:17 PDT
Odd, the test assertion passes but there is a timeout harness error!
Antoine Quint
Comment 3 2022-06-15 04:23:18 PDT
I believe the delay set on the <img> in that test correctly delays the `load` event on the page by 100 seconds which causes the timeout. I filed https://github.com/web-platform-tests/wpt/issues/34444 to discuss a change to the test.
Antoine Quint
Comment 4 2022-06-15 07:53:57 PDT
No, the issue is that when we interrupt the <img> load the window load event isn't fired and rather still waits on that resource being loaded. So this test is really a loading bug.
Antoine Quint
Comment 5 2022-06-16 01:33:23 PDT
I filed https://github.com/web-platform-tests/wpt/pull/34463 to modify the test and created one that specifically test for the window `load` delay and canceling long image loads. I filed https://bugs.webkit.org/show_bug.cgi?id=241676 to deal with that issue.
Antoine Quint
Comment 6 2022-06-16 11:58:16 PDT
EWS
Comment 7 2022-06-17 04:57:50 PDT
Committed r295632 (251637@main): <https://commits.webkit.org/251637@main> Reviewed commits have been landed. Closing PR #1584 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.