Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
index 32338585729738a8e92102f1b87d17e17091bdf2..bcaf666fffa10ec2cb4c651b8929e72acf378ecb 100644 |
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
@@ -7,12 +7,12 @@ PASS successfullyParsed is true |
TEST COMPLETE |
first gesture |
-PASS document.documentElement.scrollTop is 140 |
-PASS document.documentElement.scrollLeft is 0 |
+PASS document.body.scrollTop is 140 |
+PASS document.body.scrollLeft is 0 |
PASS wheelEventsOccurred is 0 |
second gesture |
-PASS document.documentElement.scrollTop is 40 |
-PASS document.documentElement.scrollLeft is 0 |
+PASS document.body.scrollTop is 40 |
+PASS document.body.scrollLeft is 0 |
PASS wheelEventsOccurred is 0 |
scroll event 0+> [object HTMLDocument] |
PASS scrollEventsOccurred is 1 |