Closed
Bug 1937128
Opened 2 months ago
Closed 2 months ago
[wpt-sync] Sync PR 49680 - [css-color] fix relative-color-out-of-gamut.html value precision
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49680 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49680
Details from upstream follow.
Romain Menke <romainmenke@gmail.com> wrote:
[css-color] fix relative-color-out-of-gamut.html value precision
fixes: https://github.com/web-platform-tests/wpt/issues/45147
Assignee | ||
Updated•2 months ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Updated•2 months ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•2 months ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•2 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=159694cd50f9daa4a6370f702cac1286b2b667b6
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 27 subtests
Status Summary
Firefox
OK
: 1
PASS
: 18
FAIL
: 9
Chrome
OK
: 1
PASS
: 12
FAIL
: 15
Safari
OK
: 1
PASS
: 27
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-color/parsing/relative-color-out-of-gamut.html [wpt.fyi]
- Property color value 'rgb(from lab(0 104.3 -50.9) r g b)':
FAIL
- Property color value 'rgb(from lch(0 116 334) r g b)':
FAIL
- Property color value 'rgb(from oklab(0 0.365 -0.16) r g b)':
FAIL
- Property color value 'rgb(from oklch(0 0.399 336.3) r g b)':
FAIL
- Property color value 'rgb(from lab(0 104.3 -50.9) r g b)':
New Tests That Don't Pass
- /css/css-color/parsing/relative-color-out-of-gamut.html [wpt.fyi]
- Property color value 'rgb(from color(display-p3 0 1 0) r g b / alpha)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property color value 'rgb(from lab(100 104.3 -50.9) r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property color value 'rgb(from lab(0 104.3 -50.9) r g b)':
FAIL
(Chrome:PASS
, Safari:PASS
) - Property color value 'rgb(from lch(100 116 334) r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property color value 'rgb(from lch(0 116 334) r g b)':
FAIL
(Chrome:PASS
, Safari:PASS
) - Property color value 'rgb(from oklab(1 0.365 -0.16) r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property color value 'rgb(from oklab(0 0.365 -0.16) r g b)':
FAIL
(Chrome:PASS
, Safari:PASS
) - Property color value 'rgb(from oklch(1 0.399 336.3) r g b)':
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property color value 'rgb(from oklch(0 0.399 336.3) r g b)':
FAIL
(Chrome:PASS
, Safari:PASS
)
- Property color value 'rgb(from color(display-p3 0 1 0) r g b / alpha)':
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87f45b749aca
[wpt PR 49680] - [css-color] fix relative-color-out-of-gamut.html value precision, a=testonly
Comment 4•2 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•