| OLD | NEW |
| 1 | 1 |
| 2 Taps at a point that becomes a scrollbar (i.e. hit test with innerNode=null) dur
ing the tap and verifies we don't crash. | 2 Taps at a point that becomes a scrollbar (i.e. hit test with innerNode=null) dur
ing the tap and verifies we don't crash. |
| 3 | 3 |
| 4 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
". |
| 5 | 5 |
| 6 | 6 |
| 7 Test case: Tap on consistent scrollbar | 7 Test case: Tap on consistent scrollbar |
| 8 Sending GestureTap | 8 Sending GestureTap |
| 9 | 9 |
| 10 Test case: Add scrollbars during mousemove | 10 Test case: Add scrollbars during mousemove |
| 11 Sending GestureTap | 11 Sending GestureTap |
| 12 Received mousemove in child frame | 12 Received mousemove in child frame |
| 13 Adding scrollbars to iframe | 13 Adding scrollbars to iframe |
| 14 Received mousedown in child frame | 14 Received mousedown in child frame |
| 15 Received mouseup in child frame | 15 Received mouseup in child frame |
| 16 Received click in child frame |
| 16 | 17 |
| 17 Test case: Add scrollbars during mousedown | 18 Test case: Add scrollbars during mousedown |
| 18 Sending GestureTap | 19 Sending GestureTap |
| 19 Received mousemove in child frame | 20 Received mousemove in child frame |
| 20 Received mousedown in child frame | 21 Received mousedown in child frame |
| 21 Adding scrollbars to iframe | 22 Adding scrollbars to iframe |
| 22 Received mouseup in child frame | 23 Received mouseup in child frame |
| 23 Received click in child frame | 24 Received click in child frame |
| 24 | 25 |
| 25 Test case: Add scrollbars during mouseup | 26 Test case: Add scrollbars during mouseup |
| 26 Sending GestureTap | 27 Sending GestureTap |
| 27 Received mousemove in child frame | 28 Received mousemove in child frame |
| 28 Received mousedown in child frame | 29 Received mousedown in child frame |
| 29 Received mouseup in child frame | 30 Received mouseup in child frame |
| 30 Adding scrollbars to iframe | 31 Adding scrollbars to iframe |
| 31 Received click in child frame | 32 Received click in child frame |
| 32 | 33 |
| 33 PASS successfullyParsed is true | 34 PASS successfullyParsed is true |
| 34 | 35 |
| 35 TEST COMPLETE | 36 TEST COMPLETE |
| 36 | 37 |
| OLD | NEW |