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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-filter-test-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-filter-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-filter-test-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-filter-test-expected.txt
index 06fe964ed58a243fa740f00be1c6d65eae30e823..103ad79c05c1d1b51e6d0150abba0a1ec54b62e1 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-filter-test-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-filter-test-expected.txt
@@ -8,6 +8,7 @@ CONSOLE MESSAGE: line 9: 6topGroup
CONSOLE MESSAGE: line 3: 7topGroup
CONSOLE MESSAGE: line 9: 8topGroup
CONSOLE MESSAGE: line 3: 9topGroup
+CONSOLE MESSAGE: line 22: outerGroup
CONSOLE MESSAGE: line 9: 10outerGroup
CONSOLE MESSAGE: line 3: 11outerGroup
CONSOLE MESSAGE: line 9: 12outerGroup
@@ -18,6 +19,7 @@ CONSOLE MESSAGE: line 9: 16outerGroup
CONSOLE MESSAGE: line 3: 17outerGroup
CONSOLE MESSAGE: line 9: 18outerGroup
CONSOLE MESSAGE: line 3: 19outerGroup
+CONSOLE MESSAGE: line 29: innerGroup
CONSOLE MESSAGE: line 9: 20innerGroup
CONSOLE MESSAGE: line 3: 21innerGroup
CONSOLE MESSAGE: line 9: 22innerGroup
@@ -28,6 +30,8 @@ CONSOLE MESSAGE: line 9: 26innerGroup
CONSOLE MESSAGE: line 3: 27innerGroup
CONSOLE MESSAGE: line 9: 28innerGroup
CONSOLE MESSAGE: line 3: 29innerGroup
+CONSOLE MESSAGE: line 36: console.groupEnd
+CONSOLE MESSAGE: line 37: console.groupEnd
CONSOLE MESSAGE: line 39: end
Tests that console can filter messages by source.

Powered by Google App Engine
This is Rietveld 408576698