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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-click-common-ancestor-expected.txt

Issue 429793004: Re-add extra hit-tests on GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix patch Created 6 years, 5 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/touch/gesture/gesture-tap-click-common-ancestor-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-click-common-ancestor-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-click-common-ancestor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..406ccc07a60e986d352971db2cdda846fbca867d
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-click-common-ancestor-expected.txt
@@ -0,0 +1,20 @@
+Verifies that each mouse event that occurs when tapping on an element reflects the node under the point at the time of that event, and the click event goes to the common ancestor of the mousedown and mouseup events.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Sending GestureTapDown
+Sending GestureShowPress
+Sending GestureTap
+Received mousemove on child3
+PASS event.target.id is "child3"
+Received mousedown on child2
+PASS event.target.id is "child2"
+Received mouseup on child1
+PASS event.target.id is "child1"
+Received click on ancestor12
+PASS event.target.id is "ancestor12"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698