Bug 245688 - [ iOS16 ] fast/css/ios/system-color-for-css-value.html is a constant failure
Summary: [ iOS16 ] fast/css/ios/system-color-for-css-value.html is a constant failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aditya Keerthi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-26 12:27 PDT by Hercules Hjalmarsson
Modified: 2022-09-28 09:28 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.