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

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 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..4a003e838b843867c1117152fd3ab4bf0fef364c 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,7 +21,7 @@ TouchMove: 0+0
TouchEnd: 0+0
GestureTapDown: 1+1
GestureShowPress: 1+1
-GestureTap: 1+3 [with multiTargetTapNotification: 1+4]
+GestureTap: 1+3
GestureScrollBegin: 0+1
GestureTapCancel: 0+1
GestureScrollUpdate: 0+0
@@ -32,7 +32,7 @@ Event entirely over one iframe nested in another
---------------------
Initial: 0+0 0+0 0+0
MouseMove: 1+0 1+0 1+0
-MouseDown: 1+2 1+1 1+2 [with multiTargetTapNotification: 1+1 1+1 1+2]
+MouseDown: 1+1 1+1 1+2
MouseUp: 0+1 0+1 0+1
Wheel: 0+1 0+1 0+1
TouchStart: 1+0 1+0 0+1
@@ -78,7 +78,7 @@ TouchMove: 0+0
TouchEnd: 0+0
GestureTapDown: 1+1
GestureShowPress: 1+1
-GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
+GestureTap: 1+3 [with multiTargetTapNotification: 2+3]
GestureScrollBegin: 0+1
GestureTapCancel: 0+1
GestureScrollUpdate: 0+0

Powered by Google App Engine
This is Rietveld 408576698