| OLD | NEW |
| 1 CONSOLE WARNING: line 13: Performing operations that require explicit user inter
action on touchstart events is deprecated and will be removed in M56, around Jan
uary 2017. See https://www.chromestatus.com/features/5649871251963904 for more d
etails. | |
| 2 CONSOLE WARNING: line 13: Performing operations that require explicit user inter
action on touchmove events is deprecated and will be removed in M56, around Janu
ary 2017. See https://www.chromestatus.com/features/5649871251963904 for more de
tails. | |
| 3 Target | 1 Target |
| 4 Test user gesture behavior during touch events. | 2 Test user gesture behavior during touch events. |
| 5 touchstart should be a user gesture | 3 During a scroll, no touch events are user gestures |
| 6 PASS openedPopup is true | |
| 7 touchend for the same gesture should not get a new gesture | |
| 8 PASS openedPopup is false | 4 PASS openedPopup is false |
| 9 touchmove should be a user gesture | |
| 10 PASS openedPopup is true | |
| 11 second touchmove for the same gesture should not get a new gesture | |
| 12 PASS openedPopup is false | 5 PASS openedPopup is false |
| 13 touchend should be a user gesture | 6 PASS openedPopup is false |
| 7 During a drag that isn't a scroll, only touchend is a user gesture |
| 8 PASS openedPopup is false |
| 9 PASS openedPopup is false |
| 14 PASS openedPopup is true | 10 PASS openedPopup is true |
| 15 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 16 | 12 |
| 17 TEST COMPLETE | 13 TEST COMPLETE |
| 18 | 14 |
| OLD | NEW |