Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html |
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html |
index ef74728c12fad8d9f4c7f07e15d28375a9c57b2b..c38a1e1cda8e192ca13c82d69f3ea48b9d36bcdc 100644 |
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html |
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html |
@@ -80,7 +80,7 @@ function firstGestureScroll() |
eventSender.gestureScrollEnd(0, 0); |
// Make sure the actual iframe got fully scrolled |
- shouldBe('iframeBody.scrollHeight - iframeDocumentElement.scrollTop', 'iframe.clientHeight'); |
+ shouldBe('iframeBody.scrollHeight - iframeBody.scrollTop', 'iframe.clientHeight'); |
// Wait for layout. |
checkScrollOffset(); |