| Index: third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..82470d0744c36a529745d4eca62ab66dad4d4354
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +CONSOLE MESSAGE: line 1: 239
|
| +CONSOLE ERROR: line 2: 42
|
| +Test that link to snippet works.
|
| +
|
| +
|
| +Running: testConsoleLogAndReturnMessageLocation
|
| +name1:1 239
|
| +name1:1 42
|
| +
|
| +Running: testSnippetSyntaxError
|
| +Line Message was added: name2 Error 'Uncaught SyntaxError: Unexpected token }':1:1
|
| +name2:2 Uncaught SyntaxError: Unexpected token }
|
| +
|
| +Running: testConsoleErrorHighlight
|
| +Line Message was added: name3 Error '42':1:10
|
| +name3:2 42(anonymous function) @ name3:2
|
| +
|
|
|