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

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

Issue 1294913004: Enable HitTestCache by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test Created 5 years, 4 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/core/layout/HitTestCache.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 4c52d990b798877f3e582caeedcd2ffd5320b2b3..d481b5e7ff6fdced7a7a5e2590589f769eec24d0 100644
--- a/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -16,14 +16,14 @@ MouseMove: 1+0
MouseDown: 1+2
MouseUp: 0+1
Wheel: 0+1
-TouchStart: 1+0
+TouchStart: 0+1
TouchMove: 0+0
TouchEnd: 0+0
GestureTapDown: 1+1
GestureShowPress: 1+1
GestureTap: 1+3 [with multiTargetTapNotification: 1+4]
GestureScrollBegin: 0+1
-GestureTapCancel: 1+0
+GestureTapCancel: 0+1
GestureScrollUpdate: 0+0
GestureScrollEnd: 0+0
@@ -34,14 +34,14 @@ MouseMove: 1+0 1+0 1+0
MouseDown: 1+1 1+1 1+1
MouseUp: 0+1 0+1 0+1
Wheel: 0+1 0+1 0+1
-TouchStart: 1+0 1+0 1+0
+TouchStart: 1+0 1+0 0+1
TouchMove: 0+0 0+0 0+0
TouchEnd: 0+0 0+0 0+0
GestureTapDown: 1+0 1+0 1+1
GestureShowPress: 1+0 1+0 1+1
GestureTap: 1+0 1+0 1+3
GestureScrollBegin: 0+1 0+1 0+1
-GestureTapCancel: 1+0 1+0 1+0
+GestureTapCancel: 1+0 1+0 0+1
GestureScrollUpdate: 0+0 0+0 0+0
GestureScrollEnd: 0+0 0+0 0+0
@@ -52,7 +52,7 @@ MouseMove: 1+0 1+0 0+0
MouseDown: 1+1 1+1 0+0
MouseUp: 0+1 0+1 0+0
Wheel: 0+1 0+1 0+0
-TouchStart: 1+0 1+0 0+0
+TouchStart: 1+0 0+1 0+0
TouchMove: 0+0 0+0 0+0
TouchEnd: 0+0 0+0 0+0
GestureTapDown: 1+0 4+0 16+0
@@ -70,14 +70,14 @@ MouseMove: 1+0
MouseDown: 1+2
MouseUp: 0+1
Wheel: 0+1
-TouchStart: 1+0
+TouchStart: 0+1
TouchMove: 0+0
TouchEnd: 0+0
GestureTapDown: 1+1
GestureShowPress: 1+1
GestureTap: 1+3 [with multiTargetTapNotification: 2+4]
GestureScrollBegin: 0+1
-GestureTapCancel: 1+0
+GestureTapCancel: 0+1
GestureScrollUpdate: 0+0
GestureScrollEnd: 0+0
« no previous file with comments | « no previous file | Source/core/layout/HitTestCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698