Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-zoomed-expected.txt |
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-zoomed-expected.txt |
similarity index 68% |
copy from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt |
copy to LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-zoomed-expected.txt |
index cb6ab12b8a3af9d52efeaf1675663e939c1335ef..70f519c9eb9f287a41eb7ecbb364d94b6b0a57d5 100644 |
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt |
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-zoomed-expected.txt |
@@ -1,4 +1,4 @@ |
-This tests gesture event scrolling of an overflow div. |
+This tests gesture event scrolling of an overflow div with browser zoom. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -8,11 +8,11 @@ PASS successfullyParsed is true |
TEST COMPLETE |
first gesture |
PASS movingdiv.scrollTop is 0 |
-PASS movingdiv.scrollLeft is 90 |
+PASS movingdiv.scrollLeft is 80 |
PASS wheelEventsOccurred is 0 |
second gesture |
-PASS movingdiv.scrollTop is 95 |
-PASS movingdiv.scrollLeft is 90 |
+PASS movingdiv.scrollTop is 32 |
+PASS movingdiv.scrollLeft is 80 |
PASS wheelEventsOccurred is 0 |
scroll event 0+> [object HTMLDivElement] |
PASS scrollEventsOccurred is 1 |