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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-assert-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 ERROR: line 9: 1 1 CONSOLE ERROR: line 9: 1
2 CONSOLE ERROR: line 10: a 2 CONSOLE ERROR: line 10: a
3 Tests that console.assert() will dump a message and stack trace with source URLs and line numbers. 3 Tests that console.assert() will dump a message and stack trace with source URLs and line numbers.
4 4
5 console-assert.html:4 Assertion failed: 1b @ console-assert.html:4a @ console-as sert.html:10 5 console-assert.html:4 Assertion failed: 1
6 console-assert.html:5 Assertion failed: a bb @ console-assert.html:5a @ console- assert.html:10 6 b @ console-assert.html:4
7 a @ console-assert.html:10
8 console-assert.html:5 Assertion failed: a b
9 b @ console-assert.html:5
10 a @ console-assert.html:10
7 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698