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 BugsAssignee: 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   

Description Hercules Hjalmarsson 2022-09-26 12:27:40 PDT
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)'
Comment 1 Radar WebKit Bug Importer 2022-09-26 12:28:03 PDT
<rdar://problem/100423485>
Comment 3 Hercules Hjalmarsson 2022-09-26 12:29:43 PDT
This issue can be reproduced using command:

run-webkit-tests --iterations=1  --ios-simulator  fast/css/ios/system-color-for-css-value.html
Comment 4 EWS 2022-09-26 12:38:04 PDT
Test gardening commit 254873@main (dd45d77361a6): <https://commits.webkit.org/254873@main>

Reviewed commits have been landed. Closing PR #4718 and removing active labels.
Comment 5 Aditya Keerthi 2022-09-26 20:48:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4739
Comment 6 EWS 2022-09-28 09:28:44 PDT
Committed 254961@main (9a6ab967c8fe): <https://commits.webkit.org/254961@main>

Reviewed commits have been landed. Closing PR #4739 and removing active labels.