Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html

Issue 1752043002: Merged FrameView and LayoutBox scrolling in EventHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@invertScrollCustomizationPath
Patch Set: Fixes for layout tests breaks Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html
index f09245e5bd17f4a0abd6a8ad92bf00931a2c4a2a..686543c9652ce6595f3a464b6138b4b5fefb162e 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html
@@ -104,7 +104,7 @@ function firstGestureScroll()
function secondGestureScroll()
{
debug("second gesture");
- eventSender.gestureScrollBegin(800, 40);
+ eventSender.gestureScrollBegin(799, 40);
eventSender.gestureScrollUpdate(0, -30);
eventSender.gestureScrollUpdate(0, -30);
eventSender.gestureScrollEnd(0, 0);

Powered by Google App Engine
This is Rietveld 408576698