Closed
Bug 1753895
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 32711 - Upstream additions to css/css-color/parsing from WebKit
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32711 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32711
Details from upstream follow.
Sam Weinig <weinig@apple.com> wrote:
Upstream additions to css/css-color/parsing from WebKit
This upstreams a few changes made to css/css-color/parsing in WebKit repository while implementing more of CSS Color 4 and 5. It includes additions for:
- Testing parsing and serialization of 'none' in colors including valid and invalid forms.
- Testing interpolation of colors with 'none' components using color-mix().
- Updating results of serialization to no longer clamp between 0 and 1 for color() with RGB types (e.g.
color(srgb 400% 0 0)
serializes ascolor(srgb 4 0 0)
notcolor(srgb 1 0 0)
.- Correct gamut mapping using the CSS gamut mapping algorithm for out of gamut colors when using relative color syntax with
rgb()
,hsl()
orhwb()
orcolor-mix()
with thehsl
orhwb
interpolation methods.- Testing that
hsla(from ...)
andrgba(from ...)
are not valid in the relative color syntax (butrgb(from ...)
andhsl(from ...)
are). Would like confirmation that this is correct
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2e8c5adb25dbf0924ca598231e710ff3ad2f684a
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a21f76a38d5a
[wpt PR 32711] - Upstream additions to css/css-color/parsing from WebKit, a=testonly
https://hg.mozilla.org/integration/autoland/rev/acefe9aae4ff
[wpt PR 32711] - Update wpt metadata, a=testonly
Assignee | ||
Comment 3•3 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b87a86f857be
[wpt PR 32711] - Upstream additions to css/css-color/parsing from WebKit, a=testonly
https://hg.mozilla.org/integration/autoland/rev/1525247947a4
[wpt PR 32711] - Update wpt metadata, a=testonly
Assignee | ||
Comment 5•3 years ago
|
||
Test result changes from PR not available.
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b87a86f857be
https://hg.mozilla.org/mozilla-central/rev/1525247947a4
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•