Index: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
index e8d88a129f1baba17d3e1c2af067fbf586552753..9ddcd8b036b8f80a7390b94022d8dd60aa87bd0b 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
@@ -1,5 +1,5 @@ |
CONSOLE MESSAGE: line 8: foo |
-CONSOLE ERROR: line 16: Uncaught SyntaxError: Unexpected token } |
+CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token } |
Tests that log message and syntax errors from inline scripts with sourceURL are logged into console, contains correct link and doesn't cause browser crash. |
foo.js:4 foo |