commit | 9b6e760e61857521272e7dc58814ddcfc16a0641 | [log] [tgz] |
---|---|---|
author | Kevin Ellis <kevers@chromium.org> | Fri Apr 23 16:56:33 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 23 16:56:33 2021 |
tree | 8857fee601166811e86c2a2dacb155db295f84ac | |
parent | 84e1d3569a03d2c2675d228e4669add9e1957db0 [diff] |
Fix test flake in percentage-mousewheel-large-scroll-offset Issues: * Using waitFor which is rAF based on a fast test, which can trigger timeouts when testing bots are bogged down. * Does not set the mouse position before triggering the scroll. Bug: 1202136 Change-Id: I048cf5e8fae2826dfb4389d22ac8786c866fd7ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2848560 Reviewed-by: Xida Chen <xidachen@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#875712}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.