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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-frame-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 a tap occuring on an iframe that gets removed during tap handling doesn't cause a crash. 1 Verifies that a tap occuring on an iframe that gets removed during tap handling doesn't cause a 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 Sending GestureTapDown 6 Sending GestureTapDown
7 Sending GestureShowPress 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 successfullyParsed is true 12 PASS successfullyParsed is true
12 13
13 TEST COMPLETE 14 TEST COMPLETE
14 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698