OLD | NEW |
1 Tests that the an event is sent for every touch listener, and target touches con
tains all the points for that target | 1 Tests that the an event is sent for every touch listener, and target touches con
tains all the points for that target |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 | 6 |
7 PASS event.touches.length is 3 | 7 PASS event.touches.length is 3 |
8 PASS event.changedTouches.length is 3 | 8 PASS event.changedTouches.length is 3 |
9 PASS event.touches.length is 3 | 9 PASS event.touches.length is 3 |
10 PASS event.changedTouches.length is 3 | 10 PASS event.changedTouches.length is 3 |
11 PASS event.touches.length is 3 | 11 PASS event.touches.length is 3 |
12 PASS event.changedTouches.length is 3 | 12 PASS event.changedTouches.length is 3 |
13 PASS event.touches.length is 3 | 13 PASS event.touches.length is 3 |
14 PASS event.changedTouches.length is 3 | 14 PASS event.changedTouches.length is 3 |
15 PASS event.type is "touchend" | 15 PASS event.type is "touchend" |
16 PASS event.touches.length is 0 | 16 PASS event.touches.length is 0 |
17 PASS event.targetTouches.length is 0 | 17 PASS event.targetTouches.length is 0 |
18 PASS event.changedTouches.length is 3 | 18 PASS event.changedTouches.length is 3 |
19 PASS event.type is "touchend" | 19 PASS event.type is "touchend" |
20 PASS event.touches.length is 0 | 20 PASS event.touches.length is 0 |
21 PASS event.targetTouches.length is 0 | 21 PASS event.targetTouches.length is 0 |
22 PASS event.changedTouches.length is 3 | 22 PASS event.changedTouches.length is 3 |
23 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
24 | 24 |
25 TEST COMPLETE | 25 TEST COMPLETE |
| 26 PASS successfullyParsed is true |
| 27 |
| 28 TEST COMPLETE |
26 | 29 |
OLD | NEW |