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

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

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix rebase problems Created 3 years, 7 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: third_party/WebKit/LayoutTests/fast/events/hit-test-counts-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/hit-test-counts-expected.txt b/third_party/WebKit/LayoutTests/fast/events/hit-test-counts-expected.txt
index 43982142aecc0716ceb7e2d2c885b15b075ca55b..a068b84fa56027ea1a37c2b995b88d07b945d952 100644
--- a/third_party/WebKit/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -21,9 +21,9 @@ TouchMove: 0+0
TouchEnd: 0+0
GestureTapDown: 1+1
GestureShowPress: 1+1
-GestureTap: 1+3 [with multiTargetTapNotification: 1+4]
+GestureTap: 1+3 [with multiTargetTapNotification: 3+6]
GestureScrollBegin: 0+1
-GestureTapCancel: 0+1
+GestureTapCancel: 0+1 [with multiTargetTapNotification: 1+0]
GestureScrollUpdate: 0+0
GestureScrollEnd: 0+0
DoubleFingerTouch: 2+0
@@ -78,9 +78,9 @@ TouchMove: 0+0
TouchEnd: 0+0
GestureTapDown: 1+1
GestureShowPress: 1+1
-GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
+GestureTap: 1+3 [with multiTargetTapNotification: 4+6]
GestureScrollBegin: 0+1
-GestureTapCancel: 0+1
+GestureTapCancel: 0+1 [with multiTargetTapNotification: 1+0]
GestureScrollUpdate: 0+0
GestureScrollEnd: 0+0
DoubleFingerTouch: 2+0

Powered by Google App Engine
This is Rietveld 408576698