OLD | NEW |
(Empty) | |
| 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. |
| 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 |
| 6 |
| 7 Test case: Tap on consistent scrollbar |
| 8 Sending GestureTap |
| 9 |
| 10 Test case: Add scrollbars during mousemove |
| 11 Sending GestureTap |
| 12 Received mousemove in child frame |
| 13 Adding scrollbars to iframe |
| 14 |
| 15 Test case: Add scrollbars during mousedown |
| 16 Sending GestureTap |
| 17 Received mousemove in child frame |
| 18 Received mousedown in child frame |
| 19 Adding scrollbars to iframe |
| 20 |
| 21 Test case: Add scrollbars during mouseup |
| 22 Sending GestureTap |
| 23 Received mousemove in child frame |
| 24 Received mousedown in child frame |
| 25 Received mouseup in child frame |
| 26 Adding scrollbars to iframe |
| 27 Received click in child frame |
| 28 |
| 29 PASS successfullyParsed is true |
| 30 |
| 31 TEST COMPLETE |
| 32 |
OLD | NEW |