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

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

Issue 429793004: Re-add extra hit-tests on GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix patch 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/gesture/gesture-tap-click-common-ancestor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9169536bfd684d37218c8dbb5e7377a67d81c95e..df7d528b3731d3e05ddd8ac752e70072322552b7 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: 4
+GestureTap: 7
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: 3 3 4
+GestureTap: 3 3 7
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: 3 9 32
+GestureTap: 3 9 36
GestureScrollBegin: 1 1 0
GestureTapCancel: 1 1 0
GestureScrollUpdate: 0 0 0
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/gesture/gesture-tap-click-common-ancestor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698