| OLD | NEW |
| 1 CONSOLE WARNING: 'Touch.webkitRadiusX' is deprecated and will be removed in M47,
around November 2015. Please use 'Touch.radiusX' instead. |
| 2 CONSOLE WARNING: 'Touch.webkitRadiusY' is deprecated and will be removed in M47,
around November 2015. Please use 'Touch.radiusY' instead. |
| 3 CONSOLE WARNING: 'Touch.webkitRotationAngle' is deprecated and will be removed i
n M47, around November 2015. Please use 'Touch.rotationAngle' instead. |
| 4 CONSOLE WARNING: 'Touch.webkitForce' is deprecated and will be removed in M47, a
round November 2015. Please use 'Touch.force' instead. |
| 1 This tests support for the document.createTouch API. | 5 This tests support for the document.createTouch API. |
| 2 | 6 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 8 |
| 5 | 9 |
| 6 PASS "createTouch" in document is true | 10 PASS "createTouch" in document is true |
| 7 PASS touch is non-null. | 11 PASS touch is non-null. |
| 8 PASS touch.target is box | 12 PASS touch.target is box |
| 9 PASS touch.identifier is 1 | 13 PASS touch.identifier is 1 |
| 10 PASS touch.pageX is 100 | 14 PASS touch.pageX is 100 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 PASS detachedTouch.webkitRadiusY is 0 | 68 PASS detachedTouch.webkitRadiusY is 0 |
| 65 PASS detachedTouch.webkitRotationAngle is 0 | 69 PASS detachedTouch.webkitRotationAngle is 0 |
| 66 PASS detachedTouch.webkitForce is 0 | 70 PASS detachedTouch.webkitForce is 0 |
| 67 PASS successfullyParsed is true | 71 PASS successfullyParsed is true |
| 68 | 72 |
| 69 TEST COMPLETE | 73 TEST COMPLETE |
| 70 PASS successfullyParsed is true | 74 PASS successfullyParsed is true |
| 71 | 75 |
| 72 TEST COMPLETE | 76 TEST COMPLETE |
| 73 | 77 |
| OLD | NEW |