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
9 Received mousemove in child frame
11 PASS document.getElementById('target') is null
14 Test case: Remove during mousedown
16 Received mousemove in child frame
17 Received mousedown in child frame
19 PASS document.getElementById('target') is null
22 Test case: Remove during mouseup
24 Received mousemove in child frame
25 Received mousedown in child frame
26 Received mouseup in child frame
28 PASS document.getElementById('target') is null
31 PASS successfullyParsed is true