Bug 255178
Summary: | REBASELINE: [ macOS ] imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-color-mix-function.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ntim, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Robert Jenner
imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-color-mix-function.html
imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-relative-color.html
imported/w3c/web-platform-tests/css/css-color/parsing/color-valid-relative-color.html
are constant text failures on macOS Ventura running on Apple Silicon only, and iOS 16.
HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-color%2Fparsing%2Fcolor-computed-color-mix-function.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-color%2Fparsing%2Fcolor-computed-relative-color.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-color%2Fparsing%2Fcolor-valid-relative-color.html&architecture=arm64
DIFF URLS:
https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-WK2-Tests/262718@main%20(2043)/imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-color-mix-function-pretty-diff.html
https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-WK2-Tests/262718@main%20(2043)/imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-color-mix-function-pretty-diff.html
https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-WK2-Tests/262718@main%20(2043)/imported/w3c/web-platform-tests/css/css-color/parsing/color-valid-relative-color-pretty-diff.html
All of the diffs appear to be off in terms of their colour values with the following appearing in these tests diffs:
FAIL Property color value 'color-mix(in hwb shorter hue, hwb(40deg 30% 40%), hwb(60deg 30% 40%))' assert_equals: expected "rgb(153, 140, 77)" but got "rgb(153, 141, 77)"
FAIL e.style['color'] = "lch(from peru calc(l * 0.8) c h)" should set the property value assert_equals: serialization should be canonical expected "lch(49.80138 54.003296 63.680317)" but got "lch(49.801384 54.003284 63.68035)"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Jenner
I have reproduced all three of these failures on iOS 16 Release tot running the test as follows:
run-webkit-tests --iOS-simulator <Insert_test_here>
I have not attempted reproduction yet for macOS. However, the diffs appear to be very similar.Also according to the history these tests all started to fail when we updated to iOS 16.4 and macOS Ventura 13.3.
Robert Jenner
I have marked expectations for iOS for these three tests here:
https://commits.webkit.org/262734@main
I will mark expectations for Ventura while this is under investigation.
Radar WebKit Bug Importer
<rdar://problem/107773785>
EWS
Test gardening commit 262736@main (5bb51edd0acb): <https://commits.webkit.org/262736@main>
Reviewed commits have been landed. Closing PR #12539 and removing active labels.
EWS
Test gardening commit 266007@main (fed41b3f7505): <https://commits.webkit.org/266007@main>
Reviewed commits have been landed. Closing PR #15791 and removing active labels.
EWS
Test gardening commit 266039@main (f0bf04dd04b0): <https://commits.webkit.org/266039@main>
Reviewed commits have been landed. Closing PR #15820 and removing active labels.
EWS
Test gardening commit 265870.83@safari-7616-branch (274de56e9dee): <https://commits.webkit.org/265870.83@safari-7616-branch>
Reviewed commits have been landed. Closing PR #700 and removing active labels.
Tim Nguyen (:ntim)
There's not much more to do here.