Bug 1807685 - Rename scroll-linked (animations) to scroll-driven (excluding WPT tests). r=dholbert
The spec is still using `Scroll-linked`, so we exclude the change of WPT tests. I believe WPT will get updates once the spec doc is renamed. Differential Revision: https://phabricator.services.mozilla.com/D165914
This commit is contained in:
@@ -4397,10 +4397,10 @@ void PresShell::DoFlushPendingNotifications(mozilla::ChangesToFlush aFlush) {
|
||||
FlushPendingScrollResnap();
|
||||
|
||||
if (MOZ_LIKELY(!mIsDestroying)) {
|
||||
// Try to trigger pending scroll-linked animations after we flush
|
||||
// Try to trigger pending scroll-driven animations after we flush
|
||||
// style and layout (if any). If we try to trigger them after flushing
|
||||
// style but the frame tree is not ready, we will check them again after
|
||||
// we flush layout because the requirement to trigger scroll-linked
|
||||
// we flush layout because the requirement to trigger scroll-driven
|
||||
// animations is that the associated scroll containers are ready (i.e. the
|
||||
// scroll-timeline is active), and this depends on the readiness of the
|
||||
// scrollable frame and the primary frame of the scroll container.
|
||||
|
||||
Reference in New Issue
Block a user