NEW 211149
[ Mac wk2 ] (r259872) scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211149
Summary [ Mac wk2 ] (r259872) scrollingcoordinator/mac/latching/horizontal-overflow-i...
Truitt Savell
Reported 2020-04-28 15:24:46 PDT
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
Attachments
Radar WebKit Bug Importer
Comment 1 2020-04-28 15:25:15 PDT
Truitt Savell
Comment 2 2020-04-28 15:25:37 PDT
Simon Fraser (smfr)
Comment 3 2020-04-28 20:12:14 PDT
100 vs 200 means we got one fewer wheel events, probably because they got coalesced.
Note You need to log in before you can comment on or make changes to this bug.