OLD | NEW |
1 This tests support for the document.createTouch API. | 1 This tests support for the document.createTouch API. |
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 PASS "createTouch" in document is true | 6 PASS "createTouch" in document is true |
7 PASS touch is non-null. | 7 PASS touch is non-null. |
8 PASS touch.target is box | 8 PASS touch.target is box |
9 PASS touch.identifier is 1 | 9 PASS touch.identifier is 1 |
10 PASS touch.pageX is 100 | 10 PASS touch.pageX is 100 |
(...skipping 22 matching lines...) Expand all Loading... |
33 PASS badParamsTouch.pageY is 0 | 33 PASS badParamsTouch.pageY is 0 |
34 PASS badParamsTouch.screenX is 0 | 34 PASS badParamsTouch.screenX is 0 |
35 PASS badParamsTouch.screenY is 104 | 35 PASS badParamsTouch.screenY is 104 |
36 PASS badParamsTouch.webkitRadiusX is 0 | 36 PASS badParamsTouch.webkitRadiusX is 0 |
37 PASS badParamsTouch.webkitRadiusY is 0 | 37 PASS badParamsTouch.webkitRadiusY is 0 |
38 PASS badParamsTouch.webkitRotationAngle is NaN | 38 PASS badParamsTouch.webkitRotationAngle is NaN |
39 PASS badParamsTouch.webkitForce is NaN | 39 PASS badParamsTouch.webkitForce is NaN |
40 PASS successfullyParsed is true | 40 PASS successfullyParsed is true |
41 | 41 |
42 TEST COMPLETE | 42 TEST COMPLETE |
| 43 PASS successfullyParsed is true |
| 44 |
| 45 TEST COMPLETE |
43 | 46 |
OLD | NEW |