| Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
|
| index e4ab9aaafe1705224eb74cd6e3513002e62c53ee..042c1b36897a0d5b6208e203dcc05739076cbbd2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
|
| @@ -55,7 +55,7 @@ test(function(t) {
|
|
|
| eventSender.gestureTapDown(scrollbarX, scrollbarY, touchWidth, touchHeight);
|
| eventSender.gestureShowPress(scrollbarX, scrollbarY, touchWidth, touchHeight);
|
| - eventSender.gestureScrollBegin(scrollbarX - 20, scrollbarY, touchWidth, touchHeight);
|
| + eventSender.gestureScrollBegin(scrollbarX - 20, scrollbarY);
|
| eventSender.gestureTapCancel(scrollbarX, scrollbarY);
|
| assert_equals(window.scrollY, 800);
|
| eventSender.gestureScrollUpdate(0, 20);
|
|
|