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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling.js

Issue 2908073008: Remove a frame of delay on main-thread FlingStart. [2nd land] (Closed)
Patch Set: Fix pad-gesture-fling properlyy Created 3 years, 7 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 | « no previous file | third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt » ('j') | 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/pad-gesture-fling.js
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling.js b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling.js
index 5b86bedbb09c8f5599ab6c8cc208eae470c2dcc8..1f9bdea1596fb4cdca16aac887b7a5369d9ca5c0 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling.js
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling.js
@@ -4,7 +4,7 @@ var actualWheelEventsOccurred = 0;
var cumulativeScrollX = 0;
var cumulativeScrollY = 0;
-var minimumWheelEventsExpected = "2";
+var minimumWheelEventsExpected = "1";
var minimumScrollXExpected = 300;
var minimumScrollYExpected = 300;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698