Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-div-removed-expected.txt
blobb7c8e9b6e737bceb6b26258d3033ff48450b52f5
1 Verifies that deleting the element being tapped during the event sequence doesn't cause any problems. Succeeds if the expected events are delivered, events after removal go to the new node at the point of tap, and we don't crash.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
8 TEST COMPLETE
9 Sending GestureTapDown
10 Sending GestureShowPress
11 Sending GestureTap
12 Received mousemove on target
13 Removed element
14 Received mousemove on #document
15 Received mousedown on #document
16 Received mouseup on #document
17 Received click on #document