Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt

Issue 2536563003: Fix missing warning for canceling touchmove when in default not passive mode. (Closed)
Patch Set: Fix test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9383ad10434b00859a775d55fc9a5003f9cec990..c6850f29804030dbcff1966106c9b5bd3bdf0829 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,25 +1,12 @@
-CONSOLE MESSAGE: line 16: Calling preventDefault on TouchEvent with cancelable=true
-CONSOLE MESSAGE: line 16: Calling preventDefault on TouchEvent with cancelable=false
-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".
-
-
-Sending cancelable touchmove
-PASS gotTouchMove is false
-PASS touchEvent.defaultPrevented is false
-PASS gotTouchMove is true
-PASS touchEvent.cancelable is true
-PASS touchEvent.defaultPrevented is true
-
-Sending uncancelable touchmove
-PASS gotTouchMove is false
-PASS touchEvent.defaultPrevented is false
-PASS gotTouchMove is true
-PASS touchEvent.cancelable is false
-PASS touchEvent.defaultPrevented is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
+CONSOLE MESSAGE: line 32: Sending cancelable touchmove
+CONSOLE MESSAGE: line 21: Calling preventDefault on TouchEvent with cancelable=true
+CONSOLE MESSAGE: line 39: Sending uncancelable touchmove
+CONSOLE MESSAGE: line 21: Calling preventDefault on TouchEvent with cancelable=false
+CONSOLE WARNING: line 22: Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
+CONSOLE MESSAGE: line 64: Sending uncancelable touchmove
+CONSOLE WARNING: line 57: Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
+This is a testharness.js-based test.
+PASS Test that touch events may or may not be marked cancelable. http://crbug.com/365681
+PASS Test that warning occurs in default mode
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698