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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-tests-expected.txt

Issue 2037593004: [DevTools] Remove unnecessary knowledge about console from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test Created 4 years, 6 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/inspector/console/console-tests-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-tests-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-tests-expected.txt
index 98a591dd9e6dff7452c89ee39bd2147778edbe64..0fcb3481247aadf56d683461f911506d1d0c1985 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-tests-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-tests-expected.txt
@@ -8,7 +8,12 @@ CONSOLE MESSAGE: line 15: repeated
CONSOLE MESSAGE: line 15: repeated
CONSOLE MESSAGE: line 15: repeated
CONSOLE MESSAGE: line 15: repeated
+CONSOLE DEBUG: line 17: count: 1
+CONSOLE DEBUG: line 17: count: 2
+CONSOLE MESSAGE: line 18: group
+CONSOLE MESSAGE: line 19: console.groupEnd
CONSOLE MESSAGE: line 20: 1
+CONSOLE MESSAGE: line 21: groupCollapsed
CONSOLE MESSAGE: line 22: [object Object]
CONSOLE MESSAGE: line 23: 42
CONSOLE MESSAGE: line 24: true
@@ -19,6 +24,13 @@ CONSOLE MESSAGE: line 28: function () { }
CONSOLE MESSAGE: line 29: function f() { }
CONSOLE MESSAGE: line 30: 1,2,3
CONSOLE MESSAGE: line 31: /regexp.*/
+CONSOLE MESSAGE: line 32: console.groupEnd
+CONSOLE DEBUG: line 33: : 1
+CONSOLE DEBUG: line 34: : 1
+CONSOLE DEBUG: line 35: : 1
+CONSOLE DEBUG: line 36: title: 1
+CONSOLE DEBUG: line 37: title: 2
+CONSOLE DEBUG: line 38: title: 3
Tests that console logging dumps proper messages.
console-tests.html:9 log console-message-wrapper console-log-level > console-message

Powered by Google App Engine
This is Rietveld 408576698