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 |
+ |