Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-link-to-snippet-expected.txt

Issue 2173233002: [DevTools] Better locations for snippets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: 239
2 CONSOLE ERROR: line 2: 42
3 Test that link to snippet works.
4
5
6 Running: testConsoleLogAndReturnMessageLocation
7 name1:1 239
8 name1:1 42
9
10 Running: testSnippetSyntaxError
11 Line Message was added: name2 Error 'Uncaught SyntaxError: Unexpected token }':1 :1
12 name2:2 Uncaught SyntaxError: Unexpected token }
13
14 Running: testConsoleErrorHighlight
15 Line Message was added: name3 Error '42':1:10
16 name3:2 42(anonymous function) @ name3:2
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698