-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scroll-animation tests to be independent of scrollbar width
This patch addresses sources of test failures observed when implementing a polyfill implementation of scroll timelines. Different platforms can use different scrollbar widths, which leads to some changes in expectations. By hiding the scrollbars, we have consistency across platforms and avoid fractional scroll offsets. Previous expectations may be the source of Mac failures. Deferring possible re-enabling of Mac tests to a followup CL. Bug: 1246372 Change-Id: I6b7ad072af495b23e4acf0654a210847de8cb78b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3149090 Reviewed-by: Xida Chen <xidachen@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#919758}
- Loading branch information
1 parent
eb90781
commit ef3d38e
Showing
4 changed files
with
63 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters