| Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-past-extent-not-propagated.html
|
| diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-past-extent-not-propagated.html
|
| similarity index 95%
|
| rename from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html
|
| rename to LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-past-extent-not-propagated.html
|
| index ee8f509acc8a305fcc87a82c896e9fe9afb63ef2..345ad0bcb5108887994b1cc6f4fe77ed35c763b9 100644
|
| --- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html
|
| +++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-past-extent-not-propagated.html
|
| @@ -62,7 +62,7 @@ var touchtarget;
|
| var expectedGesturesTotal = 2;
|
| var gesturesOccurred = 0;
|
| var scrollAmountX = ['0', '0'];
|
| -var scrollAmountY = ['0', '50'];
|
| +var scrollAmountY = ['0', '0'];
|
| var wheelEventsOccurred = 0;
|
| var expectedWheelEventsOccurred = ['0', '0'];
|
| var scrollEventsOccurred = 0;
|
| @@ -104,7 +104,7 @@ function runTest()
|
| touchtarget.contentDocument.body.addEventListener("mousewheel", recordWheel);
|
|
|
| if (window.eventSender) {
|
| - description('This tests that a gesture scroll is propagated from an ' +
|
| + description('This tests that a gesture scroll isn\'t propagated from an ' +
|
| 'iframe to an outer div when the iframe has no remaining ' +
|
| 'scroll offset.');
|
| if (checkTestDependencies())
|
|
|