Open
Bug 1870370
Opened 1 year ago
Updated 7 months ago
Firefox fails WPT css-properties-values-api/at-property-animation.html
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
References
(Depends on 1 open bug, Blocks 3 open bugs, )
Details
We fail 16/17 subtests in this WPT (which is part of interop-2023 Custom Properties focus-area):
https://wpt.fyi/results/css/css-properties-values-api/at-property-animation.html
https://wpt.live/css/css-properties-values-api/at-property-animation.html
This test-failure was originally classified as bug 1846516, but things have evolved a bit since then; see bug 1846516 comment 40. Zach says to pass this test, we'll need bug 1869185, as well as bug 1811897 to fix the API that the test uses to read back the property-values.
Updated•1 year ago
|
Blocks: interop-2024-custom-properties
Comment 1•9 months ago
|
||
Bug 1533327 makes the first assertions of the 4 remaining tests in at-property-animation.html fail:
- CSS animation setting "inherit" for a custom property on a keyframe is responsive to changing that custom property on the parent.
- JS-originated animation setting "inherit" for a custom property on a keyframe is responsive to changing that custom property on the parent.
- CSS animation setting "currentColor" for a custom property on a keyframe is responsive to changing "color" on the parent.
- JS-originated animation setting "currentColor" for a custom property on a keyframe is responsive to changing "color" on the parent.
Updated•9 months ago
|
Whiteboard: leave-open
Comment 2•7 months ago
|
||
Unblocked bug 1864818, since we're already shipping. :)
No longer depends on: 1899318
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•