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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-nested-group-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-nested-group-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
index 9842b82d27f87f97120a12a989f8c3612ce49c9c..4c9a879730a9a2f5c762b22758d562bfd983e1bd 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-nested-group-expected.txt
@@ -1,6 +1,16 @@
+CONSOLE MESSAGE: line 9: outer group
+CONSOLE MESSAGE: line 10: inner group
CONSOLE MESSAGE: line 11: Message inside inner group
+CONSOLE MESSAGE: line 12: console.groupEnd
+CONSOLE MESSAGE: line 13: console.groupEnd
CONSOLE MESSAGE: line 14: Message that must not be in any group
+CONSOLE MESSAGE: line 19: One of several groups which shouldn't be coalesced.
+CONSOLE MESSAGE: line 19: One of several groups which shouldn't be coalesced.
+CONSOLE MESSAGE: line 19: One of several groups which shouldn't be coalesced.
CONSOLE MESSAGE: line 21: Message inside third group
+CONSOLE MESSAGE: line 23: console.groupEnd
+CONSOLE MESSAGE: line 23: console.groupEnd
+CONSOLE MESSAGE: line 23: console.groupEnd
Tests that console.group/groupEnd messages won't be coalesced. Bug 56114. Bug 63521.
console-nested-group.html:9 outer group console-message-wrapper console-log-level > console-message console-group-title

Powered by Google App Engine
This is Rietveld 408576698