Bug 235131
Summary: | css/css-transitions/before-load-001.html is a unique failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | achristensen, cdumez, dino, graouts, rniwa, 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=203416 https://bugs.webkit.org/show_bug.cgi?id=241676 |
||
Bug Depends on: | |||
Bug Blocks: | 235130 |
Antoine Quint
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/87785218>
Antoine Quint
Odd, the test assertion passes but there is a timeout harness error!
Antoine Quint
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
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
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
Pull request: https://github.com/WebKit/WebKit/pull/1584
EWS
Committed r295632 (251637@main): <https://commits.webkit.org/251637@main>
Reviewed commits have been landed. Closing PR #1584 and removing active labels.