| Index: third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
|
| index 5bdc83e86efaf9a13f5f90a714673721cbdbf68c..017a0f8158f6527aad7e048b10c6284b9a1e7605 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
|
| @@ -2,6 +2,8 @@ CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token }
|
| CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected token }
|
| Tests that syntax errors in eval are logged into console, contains correct link and doesn't cause browser crash.
|
|
|
| -VM:1 Uncaught SyntaxError: Unexpected token }(…)foo @ console-log-eval-syntax-error.html:8
|
| -boo.js:2 Uncaught SyntaxError: Unexpected token }(…)boo @ console-log-eval-syntax-error.html:12
|
| +VM:1 Uncaught SyntaxError: Unexpected token }
|
| + at foo (console-log-eval-syntax-error.html:8)foo @ console-log-eval-syntax-error.html:8
|
| +boo.js:2 Uncaught SyntaxError: Unexpected token }
|
| + at boo (console-log-eval-syntax-error.html:12)boo @ console-log-eval-syntax-error.html:12
|
|
|
|
|