| Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
|
| diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
|
| index 5d2b22ef8d51b09a0b47f0c42415af9a322f933b..ffc506a4949f5d9c278ce54e20b1909c968900be 100644
|
| --- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
|
| +++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
|
| @@ -41,7 +41,7 @@ var wheelEventsOccurred = 0;
|
| var expectedWheelEventsOccurred = ['0', '0'];
|
| var scrollEventsOccurred = 0;
|
| var expectedScrollEventsOccurred = '1';
|
| -var scrolledElement = 'touchtarget.contentDocument.body'
|
| +var scrolledElement = 'touchtarget.contentDocument.documentElement'
|
|
|
| function firstGestureScroll()
|
| {
|
|
|