[wpt-sync] Sync PR 23411 - Enabled finish() API for scroll animations
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 23411 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23411
Details from upstream follow.
Olga Gerchikov <gerchiko@microsoft.com> wrote:
Enabled finish() API for scroll animations
Enabled finish() API and added tests.
Bug: 916117
Change-Id: I0eb61645b8ba886c85da8a57c033225d6746c805Reviewed-on: https://chromium-review.googlesource.com/2181574
WPT-Export-Revision: b8d6b0d95842f0ee53fc650685615fd59a12b0a3
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 72 tests
Status Summary
Firefox
OK : 1
PASS: 71
FAIL: 16
Chrome
OK : 1
FAIL: 16
Safari
OK : 1
FAIL: 16
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/scroll-animations/finish-animation.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: OK, Safari: OK)
Finishing an animation resolves the finished promise synchronously: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an animation attached to inactive timeline while play-pending doesn't resolves the pending task: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an animation seeks to the end time: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an animation fires finish event on orphaned element: FAIL (Chrome: FAIL, Safari: FAIL)
A pending ready promise is resolved and not replaced when the animation is finished: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing a reversed animation with a current time less than zero makes it jump back to zero: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing a reversed animation jumps to zero time: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an infinite animation throws: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an animation with a zero playback rate throws: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing a canceled animation sets the current and start times: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing idle animation attached to inactive timeline pauses the animation.: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an animation while play-pending resolves the pending task immediately: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing an animation with a current time past the effect end jumps back to the end: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing idle animation produces correct state and fires finish event.: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing running animation attached to inactive timeline pauses the animation.: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing running animation produces correct state and fires finish event.: FAIL (Chrome: FAIL, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/scroll-animations/finish-animation.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: OK, Safari: OK)
Comment 5•5 years ago
|
||
bugherder |
Description
•