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-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
similarity index 71% |
copy from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt |
copy to LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
index c1fc0cf4cd31fb0ee0116cbfd01405ac225a06df..32338585729738a8e92102f1b87d17e17091bdf2 100644 |
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt |
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt |
@@ -1,4 +1,4 @@ |
-This tests scroll gesture event scrolling on a whole page. |
+This tests scroll gesture event scrolling on a whole page with browser zoom. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -7,11 +7,11 @@ PASS successfullyParsed is true |
TEST COMPLETE |
first gesture |
-PASS document.documentElement.scrollTop is 70 |
+PASS document.documentElement.scrollTop is 140 |
PASS document.documentElement.scrollLeft is 0 |
PASS wheelEventsOccurred is 0 |
second gesture |
-PASS document.documentElement.scrollTop is 130 |
+PASS document.documentElement.scrollTop is 40 |
PASS document.documentElement.scrollLeft is 0 |
PASS wheelEventsOccurred is 0 |
scroll event 0+> [object HTMLDocument] |