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

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

Issue 273503004: Add console warning for canceling uncancelable TouchEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak style Created 6 years, 7 months 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
« no previous file with comments | « LayoutTests/fast/events/touch/touch-event-cancelable.html ('k') | Source/core/events/Event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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".
« no previous file with comments | « LayoutTests/fast/events/touch/touch-event-cancelable.html ('k') | Source/core/events/Event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698