WPT failure for css/css-properties-values-api/registered-property-computation.html
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: twisniewski, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [wpt])
Firefox is failing 3 WPTs for interop2023 for CSS props & values, and while two of them appear to be related to supporting animation, I don't see an obvious bug on file for this one:
https://wpt.fyi/results/css/css-properties-values-api/registered-property-computation.html
Live: http://wpt.live/css/css-properties-values-api/registered-property-computation.html
Comment 1•1 year ago
|
||
The remaining 15 failures in registered-property-computation.html are caused by not handling font-relative units handled correctly (computing them at the default system font size, rather than at the computed font size). This is captured in bug 1856522.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
These assertions pass with David's patchset in bug 1855110.
Updated•1 year ago
|
Reporter | ||
Comment 4•5 months ago
|
||
We're apparently failing the case "<color> values are computed correctly [color(from currentcolor srgb b g r)]", which is part of interop2024.
Comment 6•2 months ago
|
||
The last failure annotation was removed in bug 1893966
Description
•