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

Unified Diff: LayoutTests/fast/events/hit-test-counts-expected.txt

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 years, 6 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/hit-test-counts-expected.txt
diff --git a/LayoutTests/fast/events/hit-test-counts-expected.txt b/LayoutTests/fast/events/hit-test-counts-expected.txt
index f7d0d73676701f5b2f1a3215fbb667c527f320fb..9b81dd72fe67151571a344e4ae7875d9417bad6d 100644
--- a/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -16,11 +16,11 @@ Wheel: 1
TouchStart: 1
TouchMove: 0
TouchEnd: 0
-GestureTapDown: 3
-GestureShowPress: 5
-GestureTap: 7
-GestureScrollBegin: 2
-GestureTapCancel: 2
+GestureTapDown: 1
+GestureShowPress: 2
+GestureTap: 6
+GestureScrollBegin: 1
+GestureTapCancel: 1
GestureScrollUpdate: 0
GestureScrollEnd: 0
@@ -34,11 +34,11 @@ Wheel: 1 1 1
TouchStart: 1 1 1
TouchMove: 0 0 0
TouchEnd: 0 0 0
-GestureTapDown: 5 5 5
-GestureShowPress: 7 7 7
-GestureTap: 3 3 7
-GestureScrollBegin: 4 4 4
-GestureTapCancel: 2 2 2
+GestureTapDown: 1 1 1
+GestureShowPress: 2 2 2
+GestureTap: 2 2 6
+GestureScrollBegin: 1 1 1
+GestureTapCancel: 1 1 1
GestureScrollUpdate: 0 0 0
GestureScrollEnd: 0 0 0
@@ -52,11 +52,11 @@ Wheel: 1 1 0
TouchStart: 1 1 0
TouchMove: 0 0 0
TouchEnd: 0 0 0
-GestureTapDown: 5 14 50
-GestureShowPress: 7 19 67
-GestureTap: 3 7 0
-GestureScrollBegin: 3 3 0
-GestureTapCancel: 2 2 0
+GestureTapDown: 1 4 16
+GestureShowPress: 2 8 32
+GestureTap: 2 6 0
+GestureScrollBegin: 1 1 0
+GestureTapCancel: 1 1 0
GestureScrollUpdate: 0 0 0
GestureScrollEnd: 0 0 0
« no previous file with comments | « LayoutTests/fast/css/resize-corner-tracking-touch.html ('k') | LayoutTests/touchadjustment/rotated-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698