| Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
|
| index b8652462fba2c428e887ad145b8436d106a3c448..026a0c2a31d1fe96706349ad596d432434d0f0c6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
|
| @@ -59,7 +59,7 @@ function scrollTest() {
|
| var touchHeight = 25;
|
|
|
| eventSender.gestureTapDown(scrollbarX, scrollbarY, touchWidth, touchHeight);
|
| - eventSender.gestureFlingStart(0, 0, 0, 0, "touchscreen");
|
| + eventSender.gestureFlingStart(0, 0, 1, 0, "touchscreen");
|
| }
|
|
|
| function exitIfNecessary()
|
|
|