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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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-without-console-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8d6286c15153f3a4c488ea18bec8bb29eabbf0ec
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 7: 1
+CONSOLE INFO: line 9: 2
+CONSOLE ERROR: line 11: 3
+CONSOLE WARNING: line 13: 4
+Test that console.log can be called without console receiver.
+
+console-log-without-console.html:7 1
+console-log-without-console.html:9 2
+console-log-without-console.html:11 3(anonymous function) @ console-log-without-console.html:11
+console-log-without-console.html:13 4
+

Powered by Google App Engine
This is Rietveld 408576698