New wpt failures in /css/css-color/parsing/ [color-computed-color-function.html, color-computed-color-mix-function.html, color-computed-lab.html, and 2 others]
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 47893 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-color/parsing/color-computed-color-function.html [wpt.fyi]
- Property color value 'color(srgb calc(0.5 + (sign(2cqw - 10px) * 0.1)) 0 0 / 0.52)':
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Property color value 'color(srgb calc(0.5 + (sign(2cqw - 10px) * 0.1)) 0 0 / 0.52)':
- /css/css-color/parsing/color-computed-color-mix-function.html [wpt.fyi]
- Property color value 'color-mix(in srgb, red calc(50% + (sign(100em - 1px) * 10%)), blue)':
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Property color value 'color-mix(in srgb, red calc(50% + (sign(100em - 1px) * 10%)), blue)':
- /css/css-color/parsing/color-computed-lab.html [wpt.fyi]
- Property color value 'lab(calc(50 + (sign(2cqw - 10px) * 10)) 30 50 / 0.52)':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property color value 'oklab(calc(0.5 + (sign(2cqw - 10px) * 0.1)) 0.3 0.5 / 0.52)':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property color value 'lch(calc(50 + (sign(2cqw - 10px) * 10)) 30 50 / 0.52)':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property color value 'oklch(calc(0.5 + (sign(2cqw - 10px) * 0.1)) 0.3 50 / 0.52)':
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Property color value 'lab(calc(50 + (sign(2cqw - 10px) * 10)) 30 50 / 0.52)':
- /css/css-color/parsing/color-computed-rgb.html [wpt.fyi]
- Property color value 'rgba(calc(50% + (sign(2cqw - 10px) * 10%)), 0%, 0%, 52%)':
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Property color value 'rgba(calc(50% + (sign(2cqw - 10px) * 10%)), 0%, 0%, 52%)':
- /css/css-color/parsing/color-valid-color-mix-function.html [wpt.fyi]
- e.style['color'] = "color-mix(in hsl, red calc(50% * sign(100em - 1px)), blue)" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- e.style['color'] = "color-mix(in hsl, red calc(50% * sign(100em - 1px)), blue)" should set the property value:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1915905 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.
Comment 1•5 months ago
|
||
Chrome does not pass this afaict. But yeah this is basically the same as bug 1845298
Description
•