[wpt-sync] Sync PR 47964 - Refactor UnresolvedColorMix to support unresolved relative colors
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47964 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47964
Details from upstream follow.
Kevin Babbitt <kbabbitt@microsoft.com> wrote:
Refactor UnresolvedColorMix to support unresolved relative colors
Split off UnresolvedColorFunction as a base class of UnresolvedColorMix
and implement a new derived class UnresolvedRelativeColor to represent
unresolved relative colors.Exercise the new class in a WPT by checking that we can serialize an
unresolved relative color out to computedStyleMap.Bug: 325309578
Change-Id: Ie28ec93ac6b2f36735d619ef3a56290618b692ea
Reviewed-on: https://chromium-review.googlesource.com/5785061
WPT-Export-Revision: 88f50e15add5948073c6bfe5efa5c173a24c52cc
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 75 subtests
Status Summary
Firefox
OK
: 1
PASS
: 74
FAIL
: 1
Chrome
OK
: 1
PASS
: 74
FAIL
: 1
Safari
OK
: 1
PASS
: 75
Links
Details
New Tests That Don't Pass
- /css/css-properties-values-api/registered-property-computation.html [wpt.fyi]
- <color> values are computed correctly [color(from currentcolor srgb b g r)]:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- <color> values are computed correctly [color(from currentcolor srgb b g r)]:
Comment 4•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/97f4b7a7df5a
https://hg.mozilla.org/mozilla-central/rev/a42a909f2261
Description
•