[wpt-sync] Sync PR 50416 - Add remaining color spaces for interpolation
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50416 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50416
Details from upstream follow.
Aaron Krajeski <aaronhk@chromium.org> wrote:
Add remaining color spaces for interpolation
Display P3, Rec2020, ProPhoto RGB and a98 RGB are specified in CSS color
4 as predefined color spaces but had not yet been implemented as color
spaces for interpolation.https://www.w3.org/TR/css-color-4/#predefined
Skia change: https://skia-review.googlesource.com/c/skia/+/942876
Primaries for ProPhotoRGB and transfer functions for ProPhotoRGB and a98
RGB have been added to Skia, so we can remove them from our extensions
file and reference Skia's copies instead.Bug: 383270111
Change-Id: Ibd84bd7ae34f9f2b7e397bae7752b922f2fddec4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6202302
Reviewed-by: Nico Weber \<thakis@chromium.org>
Commit-Queue: Aaron Krajeski \<aaronhk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1414169}
Assignee | ||
Updated•24 days ago
|
Assignee | ||
Comment 1•24 days ago
|
||
Assignee | ||
Comment 2•24 days ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
FAIL
: 1
Safari
FAIL
: 1
Description
•