Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
index 8f8107bbb2f3123c0d9afe8f569b6311435941ef..9383ad10434b00859a775d55fc9a5003f9cec990 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
@@ -1,6 +1,6 @@ |
CONSOLE MESSAGE: line 16: Calling preventDefault on TouchEvent with cancelable=true |
CONSOLE MESSAGE: line 16: Calling preventDefault on TouchEvent with cancelable=false |
-CONSOLE WARNING: Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. |
+CONSOLE WARNING: line 17: Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. |
Test that touch events may or may not be marked cancelable. http://crbug.com/365681 |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |