DescriptionFix ChromeRenderWidgetHostViewMacHistorySwiperTest.TestMostlyHorizontal
Change the PhaseBegan to not cause a vertical scroll.
Deltas for PhaseBegan events are incorrectly
ignored by ScrollElasticityController. The PhaseBegan deltas are not
ignored by impl-side scrolling, which causes the test to fail. If
ScrollElasticityController is corrected to not ignore PhaseBegan deltas,
the test fails as well.
By changing the delta for PhaseBegan, the test passes both with
impl-side scrolling and with the corrected ScrollElasticityController.
BUG=133097
Committed: https://crrev.com/5fa865cf531895e944c6499068ec00b62576f180
Cr-Commit-Position: refs/heads/master@{#310148}
Patch Set 1 #
Messages
Total messages: 19 (6 generated)
|