| OLD | NEW |
| (Empty) |
| 1 CONSOLE MESSAGE: line 32: Sending cancelable touchmove | |
| 2 CONSOLE MESSAGE: line 21: Calling preventDefault on TouchEvent with cancelable=t
rue | |
| 3 CONSOLE MESSAGE: line 39: Sending uncancelable touchmove | |
| 4 CONSOLE MESSAGE: line 21: Calling preventDefault on TouchEvent with cancelable=f
alse | |
| 5 CONSOLE WARNING: line 22: Ignored attempt to cancel a touchmove event with cance
lable=false, for example because scrolling is in progress and cannot be interrup
ted. | |
| 6 CONSOLE MESSAGE: line 64: Sending uncancelable touchmove | |
| 7 CONSOLE WARNING: line 57: Ignored attempt to cancel a touchmove event with cance
lable=false, for example because scrolling is in progress and cannot be interrup
ted. | |
| 8 This is a testharness.js-based test. | |
| 9 PASS Test that touch events may or may not be marked cancelable. http://crbug.co
m/365681 | |
| 10 PASS Test that warning occurs in default mode | |
| 11 Harness: the test ran to completion. | |
| 12 | |
| OLD | NEW |