scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow.html This test is a rare flaky failure on Mac wk2 History https://results.webkit.org/?suite=layout-tests&test=scrollingcoordinator%2Fmac%2Flatching%2Fhorizontal-overflow-in-vertical-overflow.html&limit=50000 Diff --- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow-expected.txt +++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow-actual.txt @@ -4,7 +4,7 @@ PASS outerScroller.scrollTop is 0 PASS innerScroller.scrollTop is 0 After scrolll -PASS outerScroller.scrollTop is 200 +FAIL outerScroller.scrollTop should be 200. Was 100. PASS innerScroller.scrollTop is 0 PASS successfullyParsed is true Reproduced with: run-webkit-tests --iterations 2000 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --debug-rwt-logging --no-retry --force --no-build -f scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow.html
<rdar://problem/62550691>
This test was introduced in https://trac.webkit.org/changeset/259872/webkit
100 vs 200 means we got one fewer wheel events, probably because they got coalesced.