Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-frame-removed-expected.txt
blob8fc0538f35311b03d94ca547257078c54bfc7373
2 Verifies that a tap occuring on an iframe that gets removed during tap handling doesn't cause a crash.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
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
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
31 PASS successfullyParsed is true
33 TEST COMPLETE