Bug 284299
| Summary: | [scroll-animations] WPT test scroll-animations/view-timelines/animation-events.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=284298 | ||
Antoine Quint
Following the fix for 284298, the WPT test scroll-animations/view-timelines/animation-events.html is a flaky failure. This is due to dispatching events through the document timeline, which may or may not feature in the `timelinesToUpdate` list under `AnimationTimelinesController::updateAnimationsAndSendEvents()`. We need to refactor animation event dispatch code out of `DocumentTimeline` and on to `AnimationTimelinesController`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141152919>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/44468
EWS
Committed 294068@main (2f89cb3ece5b): <https://commits.webkit.org/294068@main>
Reviewed commits have been landed. Closing PR #44468 and removing active labels.