[wpt-sync] Sync PR 44294 - Implement support for light-dark() color function
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44294 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44294
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Implement support for light-dark() color function
Specification:
https://drafts.csswg.org/css-color-5/#light-darkChange all -internal-light-dark() instances in UA sheets to
light-dark(). Also use light-dark() for UA-only support for image
values, but guard use with UA mode check.Coincidentally fixes a bug where -internal-light-dark(GreyText, ...)
was forced, but GreyText was kept as a system color. This is why the
expectation pngs change. Also covered by the new unit test.Bug: 1490618
Change-Id: Iea21d31733332f9e3d56e00dda74ebd4e5662ceaReviewed-on: https://chromium-review.googlesource.com/5245470
WPT-Export-Revision: 82fc929f616f31a31e3f67b3b8834c32a56bf5a6
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS : 1
TIMEOUT: 1
Chrome
OK : 1
PASS : 1
TIMEOUT: 1
Safari
OK : 1
PASS : 1
TIMEOUT: 1
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-selectlist-element/selectlist-option-arbitrary-content-displayed.tentative.html [wpt.fyi]:
TIMEOUT(Chrome:TIMEOUT, Safari:TIMEOUT)
Comment 5•2 years ago
|
||
| bugherder | ||
Description
•