Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-frame-removed-expected.txt
1
2 Verifies that a tap occuring on an iframe that gets removed during tap handling doesn't cause a crash.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 Test case: Remove during mousemove
8 Sending GestureTap
9 Received mousemove in child frame
10 Removing iframe
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
31 PASS successfullyParsed is true
32
33 TEST COMPLETE
34