Bug 245688
| Summary: | [ iOS16 ] fast/css/ios/system-color-for-css-value.html is a constant failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
| Component: | New Bugs | Assignee: | Aditya Keerthi <akeerthi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | akeerthi, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Hercules Hjalmarsson
fast/css/ios/system-color-for-css-value.html
Is a constant text failure on iOS16 ToT and since introduced on the queue.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast/css/ios/system-color-for-css-value.html
DIFF:
@@ -6,9 +6,9 @@
PASS internals.systemColorForCSSValue('-apple-system-label', true, false) is 'rgb(255, 255, 255)'
PASS internals.systemColorForCSSValue('-apple-system-header-text', true, false) is 'rgb(255, 255, 255)'
PASS internals.systemColorForCSSValue('-apple-system-secondary-label', true, false) is 'rgba(235, 235, 245, 0.6)'
-PASS internals.systemColorForCSSValue('-apple-system-tertiary-label', true, false) is 'rgba(235, 235, 245, 0.3)'
-FAIL internals.systemColorForCSSValue('-apple-system-quaternary-label', true, false) should be rgba(235, 235, 245, 0.18). Was rgba(235, 235, 245, 0.16).
-PASS internals.systemColorForCSSValue('-apple-system-placeholder-text', true, false) is 'rgba(235, 235, 245, 0.3)'
+FAIL internals.systemColorForCSSValue('-apple-system-tertiary-label', true, false) should be rgba(235, 235, 245, 0.3). Was rgba(235, 235, 245, 0.298).
+FAIL internals.systemColorForCSSValue('-apple-system-quaternary-label', true, false) should be rgba(235, 235, 245, 0.18). Was rgba(235, 235, 245, 0.157).
+FAIL internals.systemColorForCSSValue('-apple-system-placeholder-text', true, false) should be rgba(235, 235, 245, 0.3). Was rgba(235, 235, 245, 0.298).
PASS internals.systemColorForCSSValue('-webkit-control-background', true, false) is 'rgb(0, 0, 0)'
PASS internals.systemColorForCSSValue('-apple-system-control-background', true, false) is 'rgb(0, 0, 0)'
PASS internals.systemColorForCSSValue('-apple-system-text-background', true, false) is 'rgb(0, 0, 0)'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100423485>
Hercules Hjalmarsson
BUILD URL:
https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/254860@main%20(67)/results.html
Hercules Hjalmarsson
This issue can be reproduced using command:
run-webkit-tests --iterations=1 --ios-simulator fast/css/ios/system-color-for-css-value.html
EWS
Test gardening commit 254873@main (dd45d77361a6): <https://commits.webkit.org/254873@main>
Reviewed commits have been landed. Closing PR #4718 and removing active labels.
Aditya Keerthi
Pull request: https://github.com/WebKit/WebKit/pull/4739
EWS
Committed 254961@main (9a6ab967c8fe): <https://commits.webkit.org/254961@main>
Reviewed commits have been landed. Closing PR #4739 and removing active labels.