Firefox fails 2 subbtests in css/css-properties-values-api/at-property-animation.html, for "{CSS,JS-originated} animation setting "inherit" for a custom property on a keyframe is responsive to changing that custom property on the parent."
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
We fail 2 subtests in this WPT:
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
The two subtests are both about inheritance in an animation:
CSS animation setting "inherit" for a custom property on a keyframe is responsive to changing that custom property on the parent.
assert_equals: expected "200px" but got "150px"
...and:
JS-originated animation setting "inherit" for a custom property on a keyframe is responsive to changing that custom property on the parent.
assert_equals: expected "200px" but got "150px"
This was originally tracked as part of broader bug 1870370, but I'm spinning this off for these 2 specific subtest failures. Zach noted in bug 1533327 comment 1 that this is essentially a version of (or caused by) bug 1533327. bug 1903397 is also potentially the same issue.
Description
•