| Index: third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html b/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html
|
| index 5248363b88acf2e2b9b013625b6612429ecfac4e..49d119bf212321cfb021dd082cddaf6808b7e212 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html
|
| @@ -208,6 +208,8 @@ if ('ScrollState' in window) {
|
|
|
| var frame_actions = [
|
| function() {
|
| + // Touchscreen GFS arrives when there is an ongoing scroll.
|
| + eventSender.gestureScrollBegin(10, 10);
|
| eventSender.gestureFlingStart(10, 10, -1000000, -1000000, "touchscreen");
|
| },
|
| flingTest.step_func(function() {
|
|
|