Bug 251499
| Summary: | [css-animations] composite operation of implicit keyframes for CSS Animations should be "replace" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/38297 | ||
Antoine Quint
The test css/css-animations/KeyframeEffect-getKeyframes.tentative.html was changed recently in https://github.com/web-platform-tests/wpt/commit/1a5c61d2ca9d0f2c2801adf2b433c7931512152f to account for the `animation-composition` property. We need to update our implementation to pass this test, or indicate whether it is incorrect.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
*** Bug 251498 has been marked as a duplicate of this bug. ***
Antoine Quint
So the relevant piece of information here is that getKeyframes() should return "replace" for the "composite" property for implicit keyframes of a CSS Animation, per step 2 of https://drafts.csswg.org/css-animations-2/#keyframes.
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/9453
Antoine Quint
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/38297
EWS
merge-queue failed to commit PR to repository. To retry, remove any blocking labels and re-apply merge-queue label
EWS
Committed 259739@main (52923169468b): <https://commits.webkit.org/259739@main>
Reviewed commits have been landed. Closing PR #9453 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/104947614>