[wpt-sync] Sync PR 32495 - [css-animations-2] Add testing coverage for keyframe de-duplication accounting for animation-composition
Categories
(Core :: CSS Transitions and Animations, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32495 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32495
Details from upstream follow.
Antoine Quint <graouts@apple.com> wrote:
[css-animations-2] Add testing coverage for keyframe de-duplication accounting for animation-composition
This was discussed in https://github.com/w3c/csswg-drafts/issues/6935.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 30 subtests
Status Summary
Firefox
OK : 1
PASS: 25[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] 26[GitHub]
FAIL: 2[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] 4[GitHub]
Chrome
OK : 1
PASS: 24
FAIL: 6
Safari
OK : 1
PASS: 12
FAIL: 18
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-animations/KeyframeEffect-getKeyframes.tentative.html
KeyframeEffect.getKeyframes() returns expected frames for an animation with multiple keyframes for the same time and with different composite operations: FAIL (Chrome: FAIL, Safari: FAIL)
KeyframeEffect.getKeyframes() returns expected frames for an animation with multiple keyframes for the same time and with different easing functions and composite operations: FAIL (Chrome: FAIL, Safari: FAIL)
KeyframeEffect.getKeyframes() returns frames with expected composite values, when the composite is specified on each keyframe: FAIL (Chrome: FAIL, Safari: FAIL)
KeyframeEffect.getKeyframes() returns frames with expected composite values, when the composite is specified on some keyframes: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 3•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6a8a23ec0a3c
https://hg.mozilla.org/mozilla-central/rev/6430bd9e9558
Description
•