RESOLVED FIXED287237
[scroll-animations] pending `timeline-scope` attachment operations should be processed once style resolution has completed
https://bugs.webkit.org/show_bug.cgi?id=287237
Summary [scroll-animations] pending `timeline-scope` attachment operations should be ...
Antoine Quint
Reported 2025-02-07 05:10:43 PST
The `AnimationTimelinesController` code related to `timeline-scope` attachment operations has multiple call sites for its `attachPendingOperations()` method which processes pending operations. However, we need to wait for a document's style resolution to have completed to be able to correctly process those operations, so we should make things both simpler and correct with a single class upon style resolution completion.
Attachments
Antoine Quint
Comment 1 2025-02-07 05:21:55 PST
Antoine Quint
Comment 2 2025-02-07 05:22:59 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/50559
EWS
Comment 3 2025-02-07 15:12:19 PST
Committed 290046@main (c6be1b1070ae): <https://commits.webkit.org/290046@main> Reviewed commits have been landed. Closing PR #40208 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2025-02-07 15:13:15 PST
Note You need to log in before you can comment on or make changes to this bug.