Bug 262214 - [ Mac WK1 ] 2x fast/scrolling/mac/scrollbars/* (layout-tests) are constant failures
Summary: [ Mac WK1 ] 2x fast/scrolling/mac/scrollbars/* (layout-tests) are constant fa...
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-27 14:32 PDT by Dawn Morningstar
Modified: 2023-09-28 10:54 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawn Morningstar 2023-09-27 14:32:09 PDT
fast/scrolling/mac/scrollbars/scrollbar-state.html
fast/scrolling/mac/scrollbars/overlay-scrollbar-state.html

are constant failures on WK1, these just need the WK1 expectations removed as they were not running on WK1 before the MacOS migration so it can be surmised that the migration accidentally enabled them on WK1.

HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fscrolling%2Fmac%2Fscrollbars%2Foverlay-scrollbar-state.html&test=fast%2Fscrolling%2Fmac%2Fscrollbars%2Fscrollbar-state.html

DIFF:
--- /Volumes/Data/worker/Apple-Monterey-Release-AppleSilicon-WK1-Tests/build/layout-test-results/fast/scrolling/mac/scrollbars/overlay-scrollbar-state-expected.txt
+++ /Volumes/Data/worker/Apple-Monterey-Release-AppleSilicon-WK1-Tests/build/layout-test-results/fast/scrolling/mac/scrollbars/overlay-scrollbar-state-actual.txt
@@ -4,14 +4,14 @@
 
 
 Document
-enabled
-none
+undefined
+undefined
 overflow:auto
-PASS verticalScrollbarStateForAuto is "enabled"
-PASS horizontalScrollbarStateForAuto is "none"
+FAIL verticalScrollbarStateForAuto should be enabled (of type string). Was undefined (of type undefined).
+FAIL horizontalScrollbarStateForAuto should be none (of type string). Was undefined (of type undefined).
 overflow:scroll
-PASS verticalScrollbarStateForScroll is "enabled"
-PASS horizontalScrollbarStateForScroll is "none"
+FAIL verticalScrollbarStateForScroll should be enabled (of type string). Was undefined (of type undefined).
+FAIL horizontalScrollbarStateForScroll should be none (of type string). Was undefined (of type undefined).
 PASS successfullyParsed is true
 
 TEST COMPLETE

Test-run:
https://build.webkit.org/results/Apple-Monterey-Release-AppleSilicon-WK1-Tests/268506@main%20(12572)/results.html
Comment 1 Radar WebKit Bug Importer 2023-09-27 14:32:40 PDT
<rdar://problem/116142185>
Comment 2 EWS 2023-09-27 14:45:05 PDT
Test gardening commit 268538@main (b42df3daaf62): <https://commits.webkit.org/268538@main>

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