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

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

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix git cl format mangling Created 5 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: 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 129629297899353966c8823ca6e4ada8d0d7836c..f986b4ace35b27e99dee67385feddfcca1658498 100644
--- a/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -8,74 +8,74 @@ PASS successfullyParsed is true
TEST COMPLETE
Event on a simple div
---------------------
-Initial: 0
-MouseMove: 1
-MouseDown: 3
-MouseUp: 1
-Wheel: 1
-TouchStart: 1
-TouchMove: 0
-TouchEnd: 0
-GestureTapDown: 2
-GestureShowPress: 2
-GestureTap: 4 [with multiTargetTapNotification: 5]
-GestureScrollBegin: 1
-GestureTapCancel: 1
-GestureScrollUpdate: 0
-GestureScrollEnd: 0
+Initial: 0/0
+MouseMove: 1/0
+MouseDown: 3/2 [with multiTargetTapNotification: 3/1]
Rick Byers 2015/06/05 20:48:59 multiTargetTapNotification really shouldn't be cha
dtapuska 2015/06/09 18:21:23 Done.
+MouseUp: 1/1 [with multiTargetTapNotification: 1/0]
+Wheel: 1/1 [with multiTargetTapNotification: 1/0]
+TouchStart: 1/0
+TouchMove: 0/0
+TouchEnd: 0/0
+GestureTapDown: 2/1 [with multiTargetTapNotification: 2/0]
+GestureShowPress: 2/1 [with multiTargetTapNotification: 2/0]
+GestureTap: 4/3 [with multiTargetTapNotification: 5/3]
+GestureScrollBegin: 1/1
+GestureTapCancel: 1/0
+GestureScrollUpdate: 0/0
+GestureScrollEnd: 0/0
Event entirely over one iframe nested in another
---------------------
-Initial: 0 0 0
-MouseMove: 1 1 1
-MouseDown: 2 2 2
-MouseUp: 1 1 1
-Wheel: 1 1 1
-TouchStart: 1 1 1
-TouchMove: 0 0 0
-TouchEnd: 0 0 0
-GestureTapDown: 1 1 2
-GestureShowPress: 1 1 2
-GestureTap: 1 1 4
-GestureScrollBegin: 1 1 1
-GestureTapCancel: 1 1 1
-GestureScrollUpdate: 0 0 0
-GestureScrollEnd: 0 0 0
+Initial: 0/0 0/0 0/0
+MouseMove: 1/0 1/0 1/0 [with multiTargetTapNotification: 1/0 1/1 1/1]
+MouseDown: 2/1 2/1 2/1 [with multiTargetTapNotification: 2/0 2/1 2/2]
+MouseUp: 1/1 1/1 1/1 [with multiTargetTapNotification: 1/0 1/1 1/1]
+Wheel: 1/1 1/1 1/1 [with multiTargetTapNotification: 1/0 1/1 1/1]
+TouchStart: 1/0 1/0 1/0
+TouchMove: 0/0 0/0 0/0
+TouchEnd: 0/0 0/0 0/0
+GestureTapDown: 1/0 1/0 2/1
+GestureShowPress: 1/0 1/0 2/1
+GestureTap: 1/0 1/0 4/3
+GestureScrollBegin: 1/1 1/1 1/1 [with multiTargetTapNotification: 1/0 1/1 1/1]
+GestureTapCancel: 1/0 1/0 1/0
+GestureScrollUpdate: 0/0 0/0 0/0
+GestureScrollEnd: 0/0 0/0 0/0
Event near boundary of two iframes
---------------------
-Initial: 0 0 0
-MouseMove: 1 1 0
-MouseDown: 2 2 0
-MouseUp: 1 1 0
-Wheel: 1 1 0
-TouchStart: 1 1 0
-TouchMove: 0 0 0
-TouchEnd: 0 0 0
-GestureTapDown: 1 4 16
-GestureShowPress: 1 4 16
-GestureTap: 1 4 16 [with multiTargetTapNotification: 2 8 32]
-GestureScrollBegin: 1 1 0
-GestureTapCancel: 1 1 0
-GestureScrollUpdate: 0 0 0
-GestureScrollEnd: 0 0 0
+Initial: 0/0 0/0 0/0
+MouseMove: 1/0 1/0 0/0 [with multiTargetTapNotification: 1/0 1/1 0/0]
+MouseDown: 2/1 2/1 0/0 [with multiTargetTapNotification: 2/0 2/0 0/0]
+MouseUp: 1/1 1/1 0/0 [with multiTargetTapNotification: 1/0 1/1 0/0]
+Wheel: 1/1 1/1 0/0 [with multiTargetTapNotification: 1/0 1/1 0/0]
+TouchStart: 1/0 1/0 0/0
+TouchMove: 0/0 0/0 0/0
+TouchEnd: 0/0 0/0 0/0
+GestureTapDown: 1/0 4/0 16/0
+GestureShowPress: 1/0 4/0 16/0
+GestureTap: 1/0 4/0 16/0 [with multiTargetTapNotification: 2/0 8/0 32/0]
+GestureScrollBegin: 1/1 1/1 0/0 [with multiTargetTapNotification: 1/0 1/1 0/0]
+GestureTapCancel: 1/0 1/1 0/0
+GestureScrollUpdate: 0/0 0/0 0/0
+GestureScrollEnd: 0/0 0/0 0/0
Event on a simple div (desktop viewport)
---------------------
-Initial: 0
-MouseMove: 1
-MouseDown: 3
-MouseUp: 1
-Wheel: 1
-TouchStart: 1
-TouchMove: 0
-TouchEnd: 0
-GestureTapDown: 2
-GestureShowPress: 2
-GestureTap: 4 [with multiTargetTapNotification: 6]
-GestureScrollBegin: 1
-GestureTapCancel: 1
-GestureScrollUpdate: 0
-GestureScrollEnd: 0
+Initial: 0/0
+MouseMove: 1/0
+MouseDown: 3/2 [with multiTargetTapNotification: 3/1]
+MouseUp: 1/1 [with multiTargetTapNotification: 1/0]
+Wheel: 1/1 [with multiTargetTapNotification: 1/0]
+TouchStart: 1/0
+TouchMove: 0/0
+TouchEnd: 0/0
+GestureTapDown: 2/1 [with multiTargetTapNotification: 2/0]
+GestureShowPress: 2/1 [with multiTargetTapNotification: 2/0]
+GestureTap: 4/3 [with multiTargetTapNotification: 6/3]
+GestureScrollBegin: 1/1
+GestureTapCancel: 1/0
+GestureScrollUpdate: 0/0
+GestureScrollEnd: 0/0

Powered by Google App Engine
This is Rietveld 408576698