Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-click-common-ancestor-expected.txt
1 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.
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