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 Received mousemove in child frame |
| 10 Received mousedown in child frame |
| 11 Received mouseup in child frame |
| 12 Received click in child frame |
9 | 13 |
10 Test case: Add scrollbars during mousemove | 14 Test case: Add scrollbars during mousemove |
11 Sending GestureTap | 15 Sending GestureTap |
12 Received mousemove in child frame | 16 Received mousemove in child frame |
13 Adding scrollbars to iframe | 17 Adding scrollbars to iframe |
| 18 Received mousedown in child frame |
| 19 Received mouseup in child frame |
| 20 Received click in child frame |
14 | 21 |
15 Test case: Add scrollbars during mousedown | 22 Test case: Add scrollbars during mousedown |
16 Sending GestureTap | 23 Sending GestureTap |
17 Received mousemove in child frame | 24 Received mousemove in child frame |
18 Received mousedown in child frame | 25 Received mousedown in child frame |
19 Adding scrollbars to iframe | 26 Adding scrollbars to iframe |
| 27 Received mouseup in child frame |
| 28 Received click in child frame |
20 | 29 |
21 Test case: Add scrollbars during mouseup | 30 Test case: Add scrollbars during mouseup |
22 Sending GestureTap | 31 Sending GestureTap |
23 Received mousemove in child frame | 32 Received mousemove in child frame |
24 Received mousedown in child frame | 33 Received mousedown in child frame |
25 Received mouseup in child frame | 34 Received mouseup in child frame |
26 Adding scrollbars to iframe | 35 Adding scrollbars to iframe |
27 Received click in child frame | 36 Received click in child frame |
28 | 37 |
29 PASS successfullyParsed is true | 38 PASS successfullyParsed is true |
30 | 39 |
31 TEST COMPLETE | 40 TEST COMPLETE |
32 | 41 |
OLD | NEW |