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 05057cd0ac92a1a1077a15a31b0a831ada5e3612..5248363b88acf2e2b9b013625b6612429ecfac4e 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 |
@@ -204,12 +204,14 @@ if ('ScrollState' in window) { |
assert_equals(document.scrollingElement.scrollTop, scrollingElementTop, "For scrollingElement on step " + step); |
}; |
+ assertScrollTops(0, 0, 0, 0); |
+ |
var frame_actions = [ |
function() { |
eventSender.gestureFlingStart(10, 10, -1000000, -1000000, "touchscreen"); |
}, |
flingTest.step_func(function() { |
- assertScrollTops(0, 0, 0, 1); |
+ assertScrollTops(100, 0, 0, 1); |
}), |
flingTest.step_func(function() { |
assertScrollTops(100, 0, 0, 2); |