| OLD | NEW |
| 1 Test that composition events should have a sourceCapabilities and its firesTouch
Events should always be false. | 1 Test that composition events should have a sourceCapabilities and its firesTouch
Events should always be false. |
| 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 compositionstart | 6 compositionstart |
| 7 PASS event.sourceCapabilities is non-null. | 7 PASS event.sourceCapabilities is non-null. |
| 8 PASS event.sourceCapabilities.firesTouchEvents is false | 8 PASS event.sourceCapabilities.firesTouchEvents is false |
| 9 compositionupdate | 9 compositionupdate |
| 10 PASS event.sourceCapabilities is non-null. | 10 PASS event.sourceCapabilities is non-null. |
| 11 PASS event.sourceCapabilities.firesTouchEvents is false | 11 PASS event.sourceCapabilities.firesTouchEvents is false |
| 12 compositionupdate | |
| 13 PASS event.sourceCapabilities is non-null. | |
| 14 PASS event.sourceCapabilities.firesTouchEvents is false | |
| 15 compositionend | 12 compositionend |
| 16 PASS event.sourceCapabilities is non-null. | 13 PASS event.sourceCapabilities is non-null. |
| 17 PASS event.sourceCapabilities.firesTouchEvents is false | 14 PASS event.sourceCapabilities.firesTouchEvents is false |
| 18 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 19 | 16 |
| 20 TEST COMPLETE | 17 TEST COMPLETE |
| 21 | 18 |
| OLD | NEW |