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

Unified Diff: LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt

Issue 219243010: Update pad-gesture-fling test to accommodate short-circuited fling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/pad-gesture-fling-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt b/LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt
index 7db83e2289ceb76338a87c319ab425122ee8c9ed..54181fd643a5d3f071e8305d090cc834dbe08644 100644
--- a/LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/pad-gesture-fling-expected.txt
@@ -6,8 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS successfullyParsed is true
TEST COMPLETE
-PASS cumulativeScrollX is >= 200
-PASS cumulativeScrollY is >= 200
+PASS 500 is >= actualWheelEventsOccurred
+PASS cumulativeScrollX is >= 300
+PASS cumulativeScrollY is >= 300
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698