New wpt failures in /css/css-color/parsing/color-computed-relative-color.html
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 48012 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-color/parsing/color-computed-relative-color.html [wpt.fyi]
- Property background-color value 'rgb(from currentColor r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'hsl(from currentColor h s l)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'hsl(from currentColor calc((h / 360) * 360deg) s l)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'hwb(from currentColor h w b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'lab(from currentColor l a b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'oklab(from currentColor l a b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'lch(from currentColor l c h)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'oklch(from currentColor l c h)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor srgb r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor srgb-linear r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor a98-rgb r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor rec2020 r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor prophoto-rgb r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor display-p3 r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor xyz x y z)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor xyz-d50 x y z)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property background-color value 'color(from currentColor xyz-d65 x y z)':
FAIL
(Chrome:FAIL
, Safari:PASS
)
- Property background-color value 'rgb(from currentColor r g b)':
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1917226 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Updated•5 months ago
|
Comment 1•4 months ago
|
||
Tiaan added some notes about failures in this test in https://hg.mozilla.org/mozilla-central/rev/b0ef844bc744 (which fixed a lot of neighboring tests):
color-computed-relative-color.html.ini
has some errors where the
none
keyword is not forwarded from the origin color to the final
color according to the spec. It also has the same out of gamma tests
that is inrelative-color-out-of-gamut.html.ini
. See:
https://bugzilla.mozilla.org/show_bug.cgi?id=1899009 which is
dependent on clarification of the spec here:
https://github.com/w3c/csswg-drafts/issues/10360
(I think "gamma" meant to say "gamut" there -- those out-of-gamut tests are covered in bug 1921766.)
So the failures here might be entirely covered by bug 1899009 and bug 1921766.
Comment 2•4 months ago
|
||
...though I guess the specific subtest failures quoted in comment 0 are all from currentColor
which were fixed in https://hg.mozilla.org/mozilla-central/rev/b0ef844bc744 .
--> Let's close this one. We've got other bugs open to track other failures in this test (and we might get a new one automatically filed by the bot for the remaining "from rebeccapurple" failures in this test (which are new as of that commit if I'm reading it right).
Updated•4 months ago
|
Updated•4 months ago
|
Description
•