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

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

Issue 466143005: Fix crash on GestureTap in Node::commonAncestor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix comment typo 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
1 Verifies that a tap occuring on an iframe that gets removed during tap handling doesn't cause a crash. 2 Verifies that a tap occuring on an iframe that gets removed during tap handling doesn't cause a crash.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 Sending GestureTapDown 7 Test case: Remove during mousemove
7 Sending GestureShowPress
8 Sending GestureTap 8 Sending GestureTap
9 Received mousemove in child frame 9 Received mousemove in child frame
10 Removing iframe 10 Removing iframe
11 PASS document.getElementById('target') is null 11 PASS document.getElementById('target') is null
12 iframe loaded
13
14 Test case: Remove during mousedown
15 Sending GestureTap
16 Received mousemove in child frame
17 Received mousedown in child frame
18 Removing iframe
19 PASS document.getElementById('target') is null
20 iframe loaded
21
22 Test case: Remove during mouseup
23 Sending GestureTap
24 Received mousemove in child frame
25 Received mousedown in child frame
26 Received mouseup in child frame
27 Removing iframe
28 PASS document.getElementById('target') is null
29 iframe loaded
30
12 PASS successfullyParsed is true 31 PASS successfullyParsed is true
13 32
14 TEST COMPLETE 33 TEST COMPLETE
15 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698