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

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-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-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]
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698