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 |
index 55d62dc356f348fefca1e15d2dbacc07cf53b7d2..9ff79f362fdf73376c9b746fcdb4ef2298509179 100644 |
--- 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 |
@@ -1,5 +1,5 @@ |
CONSOLE MESSAGE: line 7: 1 |
-CONSOLE INFO: line 9: 2 |
+CONSOLE MESSAGE: line 9: 2 |
CONSOLE ERROR: line 11: 3 |
CONSOLE WARNING: line 13: 4 |
Test that console.log can be called without console receiver. |