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

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

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 32: Sending cancelable touchmove
2 CONSOLE MESSAGE: line 21: Calling preventDefault on TouchEvent with cancelable=t rue
3 CONSOLE MESSAGE: line 39: Sending uncancelable touchmove
4 CONSOLE MESSAGE: line 21: Calling preventDefault on TouchEvent with cancelable=f alse
5 CONSOLE WARNING: line 22: Ignored attempt to cancel a touchmove event with cance lable=false, for example because scrolling is in progress and cannot be interrup ted.
6 CONSOLE MESSAGE: line 64: Sending uncancelable touchmove
7 CONSOLE WARNING: line 57: Ignored attempt to cancel a touchmove event with cance lable=false, for example because scrolling is in progress and cannot be interrup ted.
8 This is a testharness.js-based test.
9 PASS Test that touch events may or may not be marked cancelable. http://crbug.co m/365681
10 PASS Test that warning occurs in default mode
11 Harness: the test ran to completion.
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698