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

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

Issue 1302583002: Hit-test should not descend into iframe unnecessarily (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/LayoutPart.cpp » ('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..d4c995809567edb7e76ffd729e5936b815803356 100644
--- a/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -55,9 +55,9 @@ Wheel: 0+1 0+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
+GestureTapDown: 1+0 1+0 1+0
+GestureShowPress: 1+0 1+0 1+0
+GestureTap: 1+0 1+0 1+0
GestureScrollBegin: 0+1 0+1 0+0
GestureTapCancel: 1+0 0+1 0+0
GestureScrollUpdate: 0+0 0+0 0+0
« no previous file with comments | « no previous file | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698