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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
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
deleted file mode 100644
index c6850f29804030dbcff1966106c9b5bd3bdf0829..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-cancelable-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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