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 8a825118c67a49772d2bdfe1e525e7dc07ec29d9..c7af7a2eeb6a593c5846f56c071ce91e4418b984 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,6 +1,6 @@ |
CONSOLE MESSAGE: line 7: log |
CONSOLE DEBUG: line 8: debug |
-CONSOLE INFO: line 9: info |
+CONSOLE MESSAGE: line 9: info |
CONSOLE WARNING: line 10: warn |
CONSOLE ERROR: line 11: error |
Tests that Web Inspector won't crash if some console have been logged by the time it's opening. |