[wpt-sync] Sync PR 31246 - Updated AnimationPlaybackEvent to return CSSNumberish for members
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox95 fixed)
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31246 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31246
Details from upstream follow.
Jordan Taylor <jortaylo@microsoft.com> wrote:
Updated AnimationPlaybackEvent to return CSSNumberish for members
AnimationPlaybackEvent changed to use AnimationTimeDelta internally
and CSSNumberish externally.Added support for scroll timelines.
Bug: 1251372
Change-Id: I2ff526dfc5d74a4b5917da2c64af29852aa9ecca
Reviewed-on: https://chromium-review.googlesource.com/3222012
WPT-Export-Revision: b3ca9db0bb760afe3ec1d5027c1e990708abf521
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 42 subtests
Status Summary
Firefox
OK : 1[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 2[GitHub]
PASS: 42
FAIL: 21
Chrome
OK : 2
PASS: 59
FAIL: 4
Safari
OK : 2
PASS: 39
FAIL: 24
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/scroll-animations/scroll-timelines/finish-animation.html: OK [GitHub
], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-linux1804-64-tsan-qr-opt
, Gecko-windows10-32-2004-qr-debug
, Gecko-windows10-32-2004-qr-opt
, Gecko-windows10-64-2004-qr-debug
, Gecko-windows10-64-2004-qr-opt
] (Chrome: OK, Safari: OK)
Finishing an animation with a zero playback rate throws: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation seeks to the end time: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation with a current time past the effect end jumps back to the end: FAIL (Chrome: PASS, Safari: FAIL)
Finishing a reversed animation jumps to zero time: FAIL (Chrome: PASS, Safari: FAIL)
Finishing a reversed animation with a current time less than zero makes it jump back to zero: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation while play-pending resolves the pending task immediately: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation attached to inactive timeline while play-pending doesn't resolves the pending task: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation resolves the finished promise synchronously: FAIL (Chrome: PASS, Safari: FAIL)
A pending ready promise is resolved and not replaced when the animation is finished: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation fires finish event on orphaned element: FAIL (Chrome: PASS, Safari: FAIL)
Finishing a canceled animation sets the current and start times: FAIL (Chrome: PASS, Safari: FAIL)
Finishing idle animation produces correct state and fires finish event.: FAIL (Chrome: FAIL, Safari: FAIL)
Finishing idle animation attached to inactive timeline pauses the animation.: FAIL (Chrome: PASS, Safari: FAIL)
Finishing running 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: PASS, Safari: FAIL)
Finishing a paused animation resolves the start time: FAIL (Chrome: PASS, Safari: FAIL)
Finishing a pause-pending animation resolves the pending task immediately and update the start time: FAIL (Chrome: PASS, Safari: FAIL)
Finishing a pause-pending animation with negative playback rate resolves the pending task immediately: FAIL (Chrome: PASS, Safari: FAIL)
Finishing an animation during an aborted pause makes it finished immediately: FAIL (Chrome: PASS, Safari: FAIL)
A pending playback rate should be applied immediately when an animation is finished: FAIL (Chrome: PASS, Safari: FAIL)
An exception should be thrown if the effective playback rate is zero: FAIL (Chrome: PASS, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/scroll-animations/scroll-timelines/finish-animation.html: OK [GitHub
], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-linux1804-64-tsan-qr-opt
, Gecko-windows10-32-2004-qr-debug
, Gecko-windows10-32-2004-qr-opt
, Gecko-windows10-64-2004-qr-debug
, Gecko-windows10-64-2004-qr-opt
] (Chrome: OK, Safari: OK)
Comment 4•3 years ago
|
||
bugherder |
Description
•