| OLD | NEW |
| (Empty) | |
| 1 Test that all types of touch events should have a sourceDevice and its firesTouc
hEvents should be true. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Sending touchstart |
| 7 PASS event.sourceDevice is non-null. |
| 8 PASS event.sourceDevice.firesTouchEvents is true |
| 9 Sending touchmove |
| 10 PASS event.sourceDevice is non-null. |
| 11 PASS event.sourceDevice.firesTouchEvents is true |
| 12 Sending touchend |
| 13 PASS event.sourceDevice is non-null. |
| 14 PASS event.sourceDevice.firesTouchEvents is true |
| 15 Sending touchstart |
| 16 PASS event.sourceDevice is non-null. |
| 17 PASS event.sourceDevice.firesTouchEvents is true |
| 18 Sending touchcancel |
| 19 PASS event.sourceDevice is non-null. |
| 20 PASS event.sourceDevice.firesTouchEvents is true |
| 21 PASS successfullyParsed is true |
| 22 |
| 23 TEST COMPLETE |
| 24 |
| OLD | NEW |