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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-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
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. 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 afte r removal go to the new node at the point of tap, and we don't crash.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 Sending GestureTapDown 9 Sending GestureTapDown
10 Sending GestureShowPress 10 Sending GestureShowPress
11 Sending GestureTap 11 Sending GestureTap
12 Received mousemove on target 12 Received mousemove on target
13 Removed element 13 Removed element
14 Received mousemove on #document 14 Received mousemove on #document
15 Received mousedown on target 15 Received mousedown on #document
16 Received mouseup on target 16 Received mouseup on #document
17 Received click on target 17 Received click on #document
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698