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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-scroll-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 touch scrolling when browser-zoomed in/out. Added tests. Created 6 years, 3 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/gesture-scroll-zoomed-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-scroll-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-scroll-zoomed-expected.txt
similarity index 57%
copy from LayoutTests/fast/events/touch/gesture/gesture-scroll-expected.txt
copy to LayoutTests/fast/events/touch/gesture/gesture-scroll-zoomed-expected.txt
index a4d0faf37a4eab6237c0fb2272e4ea724d6e72d0..876c6ca0afe8f20f1764763f59fc2e2122e3790f 100644
--- a/LayoutTests/fast/events/touch/gesture/gesture-scroll-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/gesture-scroll-zoomed-expected.txt
@@ -1,4 +1,4 @@
-This tests scroll gesture events. Square is (mostly) green on pass
+This tests scroll gesture events with browser zoom. Square is (mostly) green on pass
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -8,10 +8,10 @@ PASS successfullyParsed is true
TEST COMPLETE
first gesture
PASS movingdiv.scrollTop is 0
-PASS movingdiv.scrollLeft is 90
+PASS movingdiv.scrollLeft is 80
second gesture
-PASS movingdiv.scrollTop is 95
-PASS movingdiv.scrollLeft is 90
+PASS movingdiv.scrollTop is 32
+PASS movingdiv.scrollLeft is 80
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698