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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html

Issue 2158173002: Max start velocity should be greater than zero. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the gesture fling start with zero velocity fixed in the layout test. Created 4 years, 5 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
« no previous file with comments | « components/test_runner/event_sender.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
index b8652462fba2c428e887ad145b8436d106a3c448..026a0c2a31d1fe96706349ad596d432434d0f0c6 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-fling.html
@@ -59,7 +59,7 @@ function scrollTest() {
var touchHeight = 25;
eventSender.gestureTapDown(scrollbarX, scrollbarY, touchWidth, touchHeight);
- eventSender.gestureFlingStart(0, 0, 0, 0, "touchscreen");
+ eventSender.gestureFlingStart(0, 0, 1, 0, "touchscreen");
}
function exitIfNecessary()
« no previous file with comments | « components/test_runner/event_sender.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698