| Index: LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html | 
| diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html | 
| index 85b5e48e17bcff706fc56e7a74713d8e8d1be65c..124a701404ea1cfe5111969f685bcdc25ba3c4d0 100644 | 
| --- a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html | 
| +++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html | 
| @@ -64,7 +64,7 @@ var wheelEventsOccurred = 0; | 
| var expectedWheelEventsOccurred = ['0', '0']; | 
| var scrollEventsOccurred = 0; | 
| var expectedScrollEventsOccurred = '0'; | 
| -var scrolledElement = 'document.body' | 
| +var scrolledElement = 'document.documentElement'; | 
|  | 
| // Always construct a page larger than the vertical height of the window. | 
| function buildPage() | 
|  |