Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-zoomed-expected.txt

Issue 472463002: On some webpages, touch scrolling speed is too slow / fast (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed values in tests to address precision issues. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698