OLD | NEW |
1 | 1 |
2 Verifies that a tap occuring in a scrolled iframe has the correct co-ordinates | 2 Verifies that a tap occuring in a scrolled iframe has the correct co-ordinates |
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 Sending GestureTapDown to 25,19 | 7 Sending GestureTapDown to 25,22 |
8 Sending GestureShowPress | 8 Sending GestureShowPress |
9 Sending GestureTap | 9 Sending GestureTap |
10 Received mousemove in child frame | 10 Received mousemove in child frame |
11 PASS event.screenX is point.x | 11 PASS event.screenX is point.x |
12 PASS event.screenY is point.y | 12 PASS event.screenY is point.y |
13 PASS event.clientX is 50 / 2 | 13 PASS event.clientX is point.x |
14 PASS event.clientY is 50 / 2 + 7 | 14 PASS event.clientY is point.y + scrollOffset |
15 Received mousedown in child frame | 15 Received mousedown in child frame |
16 PASS event.screenX is point.x | 16 PASS event.screenX is point.x |
17 PASS event.screenY is point.y | 17 PASS event.screenY is point.y |
18 PASS event.clientX is 50 / 2 | 18 PASS event.clientX is point.x |
19 PASS event.clientY is 50 / 2 + 7 | 19 PASS event.clientY is point.y + scrollOffset |
20 Received mouseup in child frame | 20 Received mouseup in child frame |
21 PASS event.screenX is point.x | 21 PASS event.screenX is point.x |
22 PASS event.screenY is point.y | 22 PASS event.screenY is point.y |
23 PASS event.clientX is 50 / 2 | 23 PASS event.clientX is point.x |
24 PASS event.clientY is 50 / 2 + 7 | 24 PASS event.clientY is point.y + scrollOffset |
25 Received click in child frame | 25 Received click in child frame |
26 PASS event.screenX is point.x | 26 PASS event.screenX is point.x |
27 PASS event.screenY is point.y | 27 PASS event.screenY is point.y |
28 PASS event.clientX is 50 / 2 | 28 PASS event.clientX is point.x |
29 PASS event.clientY is 50 / 2 + 7 | 29 PASS event.clientY is point.y + scrollOffset |
30 PASS eventReceived.mousemove is true | 30 PASS eventReceived.mousemove is true |
31 PASS eventReceived.mousedown is true | 31 PASS eventReceived.mousedown is true |
32 PASS eventReceived.mouseup is true | 32 PASS eventReceived.mouseup is true |
33 PASS eventReceived.click is true | 33 PASS eventReceived.click is true |
34 PASS successfullyParsed is true | 34 PASS successfullyParsed is true |
35 | 35 |
36 TEST COMPLETE | 36 TEST COMPLETE |
37 | 37 |
OLD | NEW |