OLD | NEW |
(Empty) | |
| 1 Verifies that a tap occuring in a scrolled page has the correct co-ordinates |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Sending GestureTapDown to 50,50 |
| 7 Sending GestureShowPress |
| 8 Sending GestureTap |
| 9 Received mousemove in page |
| 10 PASS event.screenX is point.x |
| 11 PASS event.screenY is point.y |
| 12 PASS event.clientX is point.x |
| 13 PASS event.clientY is point.y |
| 14 PASS event.pageX is point.x + scrollOffset.x |
| 15 PASS event.pageY is point.y + scrollOffset.y |
| 16 Received mousedown in page |
| 17 PASS event.screenX is point.x |
| 18 PASS event.screenY is point.y |
| 19 PASS event.clientX is point.x |
| 20 PASS event.clientY is point.y |
| 21 PASS event.pageX is point.x + scrollOffset.x |
| 22 PASS event.pageY is point.y + scrollOffset.y |
| 23 Received mouseup in page |
| 24 PASS event.screenX is point.x |
| 25 PASS event.screenY is point.y |
| 26 PASS event.clientX is point.x |
| 27 PASS event.clientY is point.y |
| 28 PASS event.pageX is point.x + scrollOffset.x |
| 29 PASS event.pageY is point.y + scrollOffset.y |
| 30 Received click in page |
| 31 PASS event.screenX is point.x |
| 32 PASS event.screenY is point.y |
| 33 PASS event.clientX is point.x |
| 34 PASS event.clientY is point.y |
| 35 PASS event.pageX is point.x + scrollOffset.x |
| 36 PASS event.pageY is point.y + scrollOffset.y |
| 37 PASS eventReceived.mousemove is true |
| 38 PASS eventReceived.mousedown is true |
| 39 PASS eventReceived.mouseup is true |
| 40 PASS eventReceived.click is true |
| 41 PASS successfullyParsed is true |
| 42 |
| 43 TEST COMPLETE |
| 44 |
OLD | NEW |