| OLD | NEW |
| (Empty) | |
| 1 |
| 2 |
| 3 -------- |
| 4 Frame: '<!--framePath //<!--frame0-->-->' |
| 5 -------- |
| 6 Target |
| 7 Test user gesture behavior during touch events. |
| 8 touchstart should not be a user gesture |
| 9 PASS openedPopup is false |
| 10 touchmove should not be a user gesture |
| 11 PASS openedPopup is false |
| 12 touchend should not be a user gesture if it's moved beyond the slop region |
| 13 PASS openedPopup is false |
| 14 touchend should be a user gesture when it occurs as part of a tap |
| 15 PASS openedPopup is true |
| 16 touchmove and touchend should not be a user gesture when it occurs as part of a
drag without scrolling |
| 17 PASS openedPopup is false |
| 18 PASS openedPopup is false |
| 19 PASS successfullyParsed is true |
| 20 |
| 21 TEST COMPLETE |
| 22 |
| OLD | NEW |