| Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-textarea.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-textarea.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-textarea.html
|
| index 12a171e2b7aedc6ce99c319c33ab9b1b308f2f89..fcb8cefc31fcc036c3050df9abdf923091e1a0d3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-textarea.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-textarea.html
|
| @@ -60,7 +60,7 @@ function verticalScrollTest() {
|
| eventSender.gestureShowPress(
|
| scrollbarX, scrollbarY, touchWidth, touchHeight);
|
| eventSender.gestureScrollBegin(
|
| - scrollbarX, scrollbarY, touchWidth, touchHeight);
|
| + scrollbarX, scrollbarY);
|
| eventSender.gestureScrollUpdate(0, 20);
|
| eventSender.gestureScrollEnd(0, 0);
|
| shouldBeGreaterThanOrEqual('textArea.scrollTop', '1');
|
|
|