| 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);
|
|
|