| 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 0e36a3c2f8a06ae2775a7b8dd8ca7d535a0a0af8..8a81e6b43afb8b6626a497feb618e78076b54c78 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
|
| @@ -3,5 +3,6 @@ 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
|
| -boo.js:1 Uncaught SyntaxError: Unexpected token }(…)addInlineWithSyntaxError @ foo.js:12
|
| +boo.js:1 Uncaught SyntaxError: Unexpected token }(…)
|
| +addInlineWithSyntaxError @ foo.js:12
|
|
|
|
|