Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-past-extent.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-past-extent.html |
similarity index 96% |
rename from third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html |
rename to third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-past-extent.html |
index 43a84321f4c8744b955ca1de26dc666f2a0a0c64..d5e895c3beff3eac867e41db9225d5488cb0fb9e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-past-extent.html |
@@ -77,7 +77,7 @@ var touchtarget; |
var expectedGesturesTotal = 2; |
var gesturesOccurred = 0; |
var scrollAmountX = ['0', '0']; |
-var scrollAmountY = ['0', '160']; |
+var scrollAmountY = ['0', '0']; |
var wheelEventsOccurred = 0; |
var expectedWheelEventsOccurred = ['0', '0']; |
var scrollEventsOccurred = 0; |
@@ -137,7 +137,7 @@ function runTest() |
touchtarget.addEventListener("mousewheel", recordWheel); |
if (window.eventSender) { |
- description('This tests that a gesture scroll is propagated from a div ' + |
+ description('This tests that a gesture scroll isn\'t propagated from a div ' + |
'to the page when the div has no remaining scroll offset.'); |
if (checkTestDependencies()) |
firstGestureScroll(); |