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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Verifies that each mouse event that occurs when tapping on an element reflects t he node under the point at the time of that event, and the click event goes to t he common ancestor of the mousedown and mouseup events.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Sending GestureTapDown
7 Sending GestureShowPress
8 Sending GestureTap
9 Received mousemove on child3
10 PASS event.target.id is "child3"
11 Received mousedown on child2
12 PASS event.target.id is "child2"
13 Received mouseup on child1
14 PASS event.target.id is "child1"
15 Received click on ancestor12
16 PASS event.target.id is "ancestor12"
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698