[wpt-sync] Sync PR 34212 - Drop animation-* properties in @keyframes at parse time
Categories
(Core :: CSS Transitions and Animations, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34212 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34212
Details from upstream follow.
Xiaocheng Hu <xiaochengh@chromium.org> wrote:
Drop animation-* properties in @keyframes at parse time
... since they (except animation-timing-function) aren't allowed there:
https://drafts.csswg.org/css-animations/#typedef-keyframe-block
Fixed: 1329311
Change-Id: If6799076f6447ddfe21c10d4bf00b5519536e9ae
Reviewed-on: https://chromium-review.googlesource.com/3669740
WPT-Export-Revision: 983edc153cba8aafea7e5d4cdb0e4776914403e4
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /css/css-animations/parsing/keyframes-allowed-properties.html [wpt.fyi]
- @keyframes allows all non-animation properties and animation-timing-function:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- @keyframes allows all non-animation properties and animation-timing-function:
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f2b16d688d13
https://hg.mozilla.org/mozilla-central/rev/44de2c9147a9
Description
•