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-log-before-inspector-open-expected.txt

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)
Patch Set: rebase again 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
index c7af7a2eeb6a593c5846f56c071ce91e4418b984..93dfd98351aab950c2943951e3e23123148e12c2 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
@@ -1,15 +1,13 @@
CONSOLE MESSAGE: line 7: log
-CONSOLE DEBUG: line 8: debug
-CONSOLE MESSAGE: line 9: info
-CONSOLE WARNING: line 10: warn
-CONSOLE ERROR: line 11: error
+CONSOLE MESSAGE: line 8: info
+CONSOLE WARNING: line 9: warn
+CONSOLE ERROR: line 10: error
Tests that Web Inspector won't crash if some console have been logged by the time it's opening.
console-log-before-inspector-open.html:7 log
-console-log-before-inspector-open.html:8 debug
-console-log-before-inspector-open.html:9 info
-console-log-before-inspector-open.html:10 warn
+console-log-before-inspector-open.html:8 info
+console-log-before-inspector-open.html:9 warn
+(anonymous) @ console-log-before-inspector-open.html:9
+console-log-before-inspector-open.html:10 error
(anonymous) @ console-log-before-inspector-open.html:10
-console-log-before-inspector-open.html:11 error
-(anonymous) @ console-log-before-inspector-open.html:11

Powered by Google App Engine
This is Rietveld 408576698