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

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

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: take out post-lgtm repeat logic Created 4 years, 3 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
1 CONSOLE MESSAGE: line 1: 239 1 CONSOLE MESSAGE: line 1: 239
2 CONSOLE ERROR: line 2: 42 2 CONSOLE ERROR: line 2: 42
3 Test that link to snippet works. 3 Test that link to snippet works.
4 4
5 5
6 Running: testConsoleLogAndReturnMessageLocation 6 Running: testConsoleLogAndReturnMessageLocation
7 name1:1 239 7 name1:1 239
8 name1:1 42 8 name1:1 42
9 9
10 Running: testSnippetSyntaxError 10 Running: testSnippetSyntaxError
11 Line Message was added: name2 Error 'Uncaught SyntaxError: Unexpected token }':1 :1 11 Line Message was added: name2 Error 'Uncaught SyntaxError: Unexpected token }':1 :1
12 name2:2 Uncaught SyntaxError: Unexpected token } 12 name2:2 Uncaught SyntaxError: Unexpected token }
13 13
14 Running: testConsoleErrorHighlight 14 Running: testConsoleErrorHighlight
15 Line Message was added: name3 Error '42':1:10 15 Line Message was added: name3 Error '42':1:10
16 name3:2 42(anonymous) @ name3:2 16 name3:2 42
17 (anonymous) @ name3:2
17 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698