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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline Created 3 years, 11 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
1 CONSOLE MESSAGE: line 2: log 1 CONSOLE MESSAGE: line 2: log
2 CONSOLE MESSAGE: line 3: function 2 CONSOLE MESSAGE: line 3: function
3 CONSOLE MESSAGE: line 4: function log() { [native code] } 3 CONSOLE MESSAGE: line 4: function log() { [native code] }
4 CONSOLE ERROR: line 5: error 4 CONSOLE ERROR: line 5: error
5 CONSOLE WARNING: line 6: warn 5 CONSOLE WARNING: line 6: warn
6 CONSOLE INFO: line 7: info 6 CONSOLE MESSAGE: line 7: info
7 CONSOLE DEBUG: line 8: debug 7 CONSOLE DEBUG: line 8: debug
8 CONSOLE DEBUG: line 9: count: 1 8 CONSOLE DEBUG: line 9: count: 1
9 CONSOLE ERROR: line 16: console.assert 9 CONSOLE ERROR: line 16: console.assert
10 CONSOLE WARNING: line 17: 'console.markTimeline' is deprecated. Please use 'cons ole.timeStamp' instead. 10 CONSOLE WARNING: line 17: 'console.markTimeline' is deprecated. Please use 'cons ole.timeStamp' instead.
11 This tests that 'console.log' and friends function correctly from workers. 11 This tests that 'console.log' and friends function correctly from workers.
12 12
13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
14 14
15 15
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698