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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 f130c5a26f49638c8c62d8559141165d596b0c32..fec242b34742f58e6717d7436ea235431100d44d 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
@@ -26,6 +26,7 @@ GestureScrollBegin: 0+1
GestureTapCancel: 0+1
GestureScrollUpdate: 0+0
GestureScrollEnd: 0+0
+DoubleFingerTouch: 2+0
Event entirely over one iframe nested in another
---------------------
@@ -44,6 +45,7 @@ GestureScrollBegin: 0+1 0+1 0+1
GestureTapCancel: 1+0 1+0 0+1
GestureScrollUpdate: 0+0 0+0 0+0
GestureScrollEnd: 0+0 0+0 0+0
+DoubleFingerTouch: 2+0 2+0 2+0
Event near boundary of two iframes
---------------------
@@ -62,6 +64,7 @@ GestureScrollBegin: 0+1 0+1 0+0
GestureTapCancel: 1+0 0+1 0+0
GestureScrollUpdate: 0+0 0+0 0+0
GestureScrollEnd: 0+0 0+0 0+0
+DoubleFingerTouch: 2+0 2+0 1+0
Event on a simple div (desktop viewport)
---------------------
@@ -80,6 +83,7 @@ GestureScrollBegin: 0+1
GestureTapCancel: 0+1
GestureScrollUpdate: 0+0
GestureScrollEnd: 0+0
+DoubleFingerTouch: 2+0
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698