| OLD | NEW |
| (Empty) | |
| 1 Target |
| 2 Test user gesture behavior during touch events. |
| 3 touchstart should be a user gesture |
| 4 PASS openedPopup is true |
| 5 touchend for the same gesture should not get a new gesture |
| 6 PASS openedPopup is false |
| 7 touchmove should be a user gesture |
| 8 PASS openedPopup is true |
| 9 second touchmove for the same gesture should not get a new gesture |
| 10 PASS openedPopup is false |
| 11 touchend should be a user gesture |
| 12 PASS openedPopup is true |
| 13 PASS successfullyParsed is true |
| 14 |
| 15 TEST COMPLETE |
| 16 |
| OLD | NEW |