Index: LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates.html |
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates.html |
index 5c477365e047b2788d7c41393f3e42912821a760..19b287f3bda9e255bfbb54ecc297cbc34e471a9c 100644 |
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates.html |
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates.html |
@@ -73,7 +73,7 @@ function firstGestureScroll() |
var amountToScroll = iframeBody.scrollHeight - iframe.clientHeight; |
- iframeBody.scrollTop = amountToScroll; |
+ iframeDocumentElement.scrollTop = amountToScroll; |
// Sanity - make sure the iframe is actually fully scrolled scrolled |
shouldBe('iframeBody.scrollHeight - iframeDocumentElement.scrollTop', 'iframe.clientHeight'); |