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 ea56517bff20046db6a233052466307f430b5d27..7e20efc225093fb910b84de9a403e5068cd8d3f4 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 |
@@ -40,7 +40,7 @@ var wheelEventsOccurred = 0; |
var expectedWheelEventsOccurred = ['0', '0']; |
var scrollEventsOccurred = 0; |
var expectedScrollEventsOccurred = '1'; |
-var scrolledElement = 'touchtarget.contentDocument.body' |
+var scrolledElement = 'touchtarget.contentDocument.scrollingElement' |
function firstGestureScroll() |
{ |