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

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

Issue 353893002: Remove mouse-related hit tests during a GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve focus test Created 6 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
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 9b81dd72fe67151571a344e4ae7875d9417bad6d..4164610b05ca9d52df32e738e589f6f7e50e274f 100644
--- a/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -18,7 +18,7 @@ TouchMove: 0
TouchEnd: 0
GestureTapDown: 1
GestureShowPress: 2
-GestureTap: 6
+GestureTap: 3
GestureScrollBegin: 1
GestureTapCancel: 1
GestureScrollUpdate: 0
@@ -36,7 +36,7 @@ TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 1 1
GestureShowPress: 2 2 2
-GestureTap: 2 2 6
+GestureTap: 2 2 3
GestureScrollBegin: 1 1 1
GestureTapCancel: 1 1 1
GestureScrollUpdate: 0 0 0
@@ -54,7 +54,7 @@ TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 4 16
GestureShowPress: 2 8 32
-GestureTap: 2 6 0
+GestureTap: 2 3 0
GestureScrollBegin: 1 1 0
GestureTapCancel: 1 1 0
GestureScrollUpdate: 0 0 0

Powered by Google App Engine
This is Rietveld 408576698