Bug 212474 - fast/dom/vertical-scrollbar-in-rtl.html is flaky failing
Summary: fast/dom/vertical-scrollbar-in-rtl.html is flaky failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-28 09:54 PDT by Chris Dumez
Modified: 2020-05-28 11:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2020-05-28 09:56 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-05-28 09:54:45 PDT
fast/dom/vertical-scrollbar-in-rtl.html is flaky failing:

 vertical scroll: : Success
 continuously call window.scrollY : Success
 zoom in and out preserve scroll position: Success
-resize preserves scroll position: Success
+resize preserves scroll position: Failure, actual: -999; expected: -1000
 KeyDown HOME move y-scroll position to bottom for RTL page: 0
 KeyDown END move y-scroll position to bottom for RTL page: 0
 selectAll selects all document: Success
Comment 1 Chris Dumez 2020-05-28 09:54:56 PDT
<rdar://problem/63692473>
Comment 2 Chris Dumez 2020-05-28 09:56:54 PDT
Created attachment 400472 [details]
Patch
Comment 3 Geoffrey Garen 2020-05-28 10:47:16 PDT
Comment on attachment 400472 [details]
Patch

r=me
Comment 4 EWS 2020-05-28 11:02:06 PDT
Committed r262248: <https://trac.webkit.org/changeset/262248>

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