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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: same with front-end fixes 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 7: log 1 CONSOLE MESSAGE: line 7: log
2 CONSOLE DEBUG: line 8: debug 2 CONSOLE DEBUG: line 8: debug
3 CONSOLE INFO: line 9: info 3 CONSOLE MESSAGE: line 9: info
4 CONSOLE WARNING: line 10: warn 4 CONSOLE WARNING: line 10: warn
5 CONSOLE ERROR: line 11: error 5 CONSOLE ERROR: line 11: error
6 Tests that Web Inspector won't crash if some console have been logged by the tim e it's opening. 6 Tests that Web Inspector won't crash if some console have been logged by the tim e it's opening.
7 7
8 console-log-before-inspector-open.html:7 log 8 console-log-before-inspector-open.html:7 log
9 console-log-before-inspector-open.html:8 debug 9 console-log-before-inspector-open.html:8 debug
10 console-log-before-inspector-open.html:9 info 10 console-log-before-inspector-open.html:9 info
11 console-log-before-inspector-open.html:10 warn 11 console-log-before-inspector-open.html:10 warn
12 (anonymous) @ console-log-before-inspector-open.html:10 12 (anonymous) @ console-log-before-inspector-open.html:10
13 console-log-before-inspector-open.html:11 error 13 console-log-before-inspector-open.html:11 error
14 (anonymous) @ console-log-before-inspector-open.html:11 14 (anonymous) @ console-log-before-inspector-open.html:11
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698