NEW 284299
[scroll-animations] WPT test scroll-animations/view-timelines/animation-events.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=284299
Summary [scroll-animations] WPT test scroll-animations/view-timelines/animation-event...
Antoine Quint
Reported 2024-12-09 06:04:29 PST
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
Radar WebKit Bug Importer
Comment 1 2024-12-09 06:06:35 PST
Note You need to log in before you can comment on or make changes to this bug.