[wpt-sync] Sync PR 23322 - Update animation timing after handling scroll input.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23322 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23322
Details from upstream follow.
Olga Gerchikov <gerchiko@microsoft.com> wrote:
Update animation timing after handling scroll input.
Changes made:
- Call update animation timing after updating native scroll/snap
animations. This is required to keep scroll animations in sync with
scroll offset updates triggered by native scroll animations.- Added tests verifying that scroll timeline is in sync with native
scroll animation updates.Bug: 944449
Change-Id: Iee9fad23ef63889f2211bb9257bbd8f583d13175Reviewed-on: https://chromium-review.googlesource.com/2161317
WPT-Export-Revision: 71fecd37d8dd592ad36c74604b221dad18eccba8
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 68 tests
Status Summary
Firefox
OK : 1
PASS : 67
FAIL : 1
Chrome
TIMEOUT: 2
Safari
OK : 1
FAIL : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/scroll-animations/scroll-timeline-snapshotting.html: OK [GitHub
], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
, Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-debug
, Gecko-windows7-32-opt
] (Chrome: TIMEOUT, Safari: OK)
ScrollTimeline current time is updated after programmatic animated scroll.: FAIL (Chrome: TIMEOUT, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/scroll-animations/scroll-timeline-snapshotting.html: OK [GitHub
], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
, Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-debug
, Gecko-windows7-32-opt
] (Chrome: TIMEOUT, Safari: OK)
Comment 5•5 years ago
|
||
bugherder |
Description
•