fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html is a flaky timeout on iOS15 Debug History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fscrolling%2Fios%2Fclick-events-during-momentum-scroll-in-main-frame.html Build: https://build.webkit.org/#/builders/265/builds/63 Results: https://build.webkit.org/#/builders/265/builds/63 Diff: --- /Volumes/Data/worker/ipados-simulator-15-debug-tests-wk2/build/layout-test-results/fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame-expected.txt +++ /Volumes/Data/worker/ipados-simulator-15-debug-tests-wk2/build/layout-test-results/fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame-actual.txt @@ -1,10 +1,8 @@ +FAIL: Timed out waiting for notifyDone to be called + Verifies that tapping the page during momentum scrolling does not dispatch click events to the page. To run the test manually, swipe up to scroll down; while the page is momentum scrolling, tap the screen to interrupt scrolling. The page should not observe any click events. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS document.scrollingElement.scrollTop passed 1000 -PASS successfullyParsed is true -TEST COMPLETE -
<rdar://problem/84167605>
This is probably flaky for the same reason as fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow-after-tap-on-body.html (i.e., we're not scrolling as we expected due to the simulated pan gesture).
Updated test expectations at https://trac.webkit.org/changeset/284037/webkit
(In reply to Wenson Hsieh from comment #2) > This is probably flaky for the same reason as > fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow-after-tap- > on-body.html (i.e., we're not scrolling as we expected due to the simulated > pan gesture). (...prior to r280937, that is)
Unable to reproduce locally using run-webkit-tests --debug --ios-simulator --iterations 500 --exit-after-n-crashes-or-timeouts 1 --force --clobber-old-results fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html