Bug 211747 - [ macOS ] scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html is a flaky failure
Summary: [ macOS ] scrollingcoordinator/mac/latching/scrolling-select-should-not-latch...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-11 14:44 PDT by Jacob Uphoff
Modified: 2020-05-11 19:10 PDT (History)
10 users (show)

See Also:


Attachments
Patch (20.08 KB, patch)
2020-05-11 16:37 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff
Patch (21.14 KB, patch)
2020-05-11 17:10 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (21.42 KB, patch)
2020-05-11 17:40 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-05-11 14:44:44 PDT
scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html

This test is a flaky failure on macOS since it was introduce in commit r261427

History:

https://results.webkit.org/?suite=layout-tests&test=scrollingcoordinator%2Fmac%2Flatching%2Fscrolling-select-should-not-latch-mainframe.html

Diff:

@@ -8,7 +8,7 @@
 PASS window.pageYOffset is 0
 Scrolling up then down in the select
 PASS select.scrollTop > 0 is true
-PASS window.pageYOffset is 0
+FAIL window.pageYOffset should be 0. Was -10.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2020-05-11 14:45:13 PDT
<rdar://problem/63106628>
Comment 2 Simon Fraser (smfr) 2020-05-11 14:49:19 PDT
Looks like we catch main frame during the rubberband
Comment 3 Simon Fraser (smfr) 2020-05-11 16:37:33 PDT
Created attachment 399069 [details]
Patch
Comment 4 Simon Fraser (smfr) 2020-05-11 17:10:34 PDT
Created attachment 399070 [details]
Patch
Comment 5 Simon Fraser (smfr) 2020-05-11 17:40:02 PDT
Created attachment 399076 [details]
Patch
Comment 6 EWS 2020-05-11 19:10:14 PDT
Committed r261539: <https://trac.webkit.org/changeset/261539>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399076 [details].