OLD | NEW |
| 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 |
OLD | NEW |