OLD | NEW |
(Empty) | |
| 1 Verifies that deleting the element being tapped during the event sequence doesn'
t cause any problems. Succeeds if the expected events are delivered to the div,
events after removal don't bubble up, and we don't crash. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 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 target |
| 16 Received mouseup on target |
| 17 Received click on target |
| 18 |
OLD | NEW |