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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt

Issue 353893002: Remove mouse-related hit tests during a GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve focus test Created 6 years, 5 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 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698