[wpt-sync] Sync PR 47957 - Use length resolver for palette-mix()
Categories
(Core :: Layout: Text and Fonts, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47957 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47957
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Use length resolver for palette-mix()
This CL adds length resolver to resolve calc() expressions inside
palette-mix().
It also changes some code around it, that depends on the same functions.
In some places where we don't have access to length resolver, for now,
we will use default length resolver, with TODOs being placed there not
to forget to deal with them later.
Also, in this CL the correct interpolation is not addressed and it will be
rewritten in following CL.Bug: 40946458
Change-Id: I74e808429ef50bcd689efc100e388af814c6c729
Reviewed-on: https://chromium-review.googlesource.com/5831439
WPT-Export-Revision: 34a55b1bafbcc13e13ab06f5b1f00cac792b3070
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central
Total 0 tests
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/25c8d58c980f
https://hg.mozilla.org/mozilla-central/rev/ac7d8358f7e7
Description
•