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

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

Issue 604573002: Eliminate hit test for content detection on GestureTap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update hit test counts Created 6 years, 3 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 | Source/web/WebViewImpl.h » ('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 8e5088d383dbb2c6024a379431b1f53ea08a0817..81a7732dd794b3ceedd7833de66e455f9a14c4a9 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: 2
GestureShowPress: 2
-GestureTap: 7
+GestureTap: 6
GestureScrollBegin: 1
GestureTapCancel: 1
GestureScrollUpdate: 0
@@ -36,7 +36,7 @@ TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 1 2
GestureShowPress: 1 1 2
-GestureTap: 3 3 7
+GestureTap: 2 2 6
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: 1 4 16
-GestureTap: 4 9 32
+GestureTap: 3 8 32
GestureScrollBegin: 1 1 0
GestureTapCancel: 1 1 0
GestureScrollUpdate: 0 0 0
« no previous file with comments | « no previous file | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698