OLD | NEW |
1 | 1 |
2 Test multi-touch is sent to the same iframe. | 2 Test multi-touch is sent to the same iframe. |
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 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 First touch is on iframe1. | 10 First touch is on iframe1. |
8 PASS document.elementFromPoint(101, 101).id is "iframe1" | 11 PASS document.elementFromPoint(101, 101).id is "iframe1" |
9 PASS ev.type is "touchstart" | 12 PASS ev.type is "touchstart" |
10 PASS touchreceiver is "iframe1" | 13 PASS touchreceiver is "iframe1" |
11 PASS ev.changedTouches.length is 1 | 14 PASS ev.changedTouches.length is 1 |
12 PASS ev.touches.length is 1 | 15 PASS ev.touches.length is 1 |
13 PASS ev.targetTouches.length is 1 | 16 PASS ev.targetTouches.length is 1 |
14 PASS ev.touches[0].pageX is 50 | 17 PASS ev.touches[0].pageX is 50 |
15 PASS ev.touches[0].pageY is 50 | 18 PASS ev.touches[0].pageY is 50 |
16 PASS ev.touches[0].target.ownerDocument.title is "iframe1" | 19 PASS ev.touches[0].target.ownerDocument.title is "iframe1" |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 Release all touches. | 63 Release all touches. |
61 PASS ev.type is "touchend" | 64 PASS ev.type is "touchend" |
62 PASS touchreceiver is "iframe2" | 65 PASS touchreceiver is "iframe2" |
63 PASS ev.changedTouches.length is 1 | 66 PASS ev.changedTouches.length is 1 |
64 PASS ev.touches.length is 0 | 67 PASS ev.touches.length is 0 |
65 PASS ev.targetTouches.length is 0 | 68 PASS ev.targetTouches.length is 0 |
66 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe2" | 69 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe2" |
67 PASS successfullyParsed is true | 70 PASS successfullyParsed is true |
68 | 71 |
69 TEST COMPLETE | 72 TEST COMPLETE |
70 PASS successfullyParsed is true | |
71 | |
72 TEST COMPLETE | |
73 | 73 |
OLD | NEW |