| OLD | NEW |
| 1 CONSOLE WARNING: line 10: 'TouchEvent.initTouchEvent' is deprecated and will be
removed in M53, around September 2016. Please use the TouchEvent constructor ins
tead. See https://www.chromestatus.com/features/5730982598541312 for more detail
s. | 1 CONSOLE WARNING: line 10: 'TouchEvent.initTouchEvent' is deprecated and will be
removed in M54, around October 2016. Please use the TouchEvent constructor inste
ad. See https://www.chromestatus.com/features/5730982598541312 for more details. |
| 2 Test that touches created with no target does not crash during dispatch. http://
crbug.com/517962 | 2 Test that touches created with no target does not crash during dispatch. http://
crbug.com/517962 |
| 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 | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |