Index: LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
diff --git a/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt b/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
index 69b02f46645d22a427073585cb164d4e46f4306c..8f8107bbb2f3123c0d9afe8f569b6311435941ef 100644 |
--- a/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
+++ b/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt |
@@ -1,3 +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. |
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". |