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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-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 1: Uncaught SyntaxError: Unexpected token } 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token }
2 CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected token } 2 CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected token }
3 Tests that syntax errors in eval are logged into console, contains correct link and doesn't cause browser crash. 3 Tests that syntax errors in eval are logged into console, contains correct link and doesn't cause browser crash.
4 4
5 VM:1 Uncaught SyntaxError: Unexpected token } 5 VM:1 Uncaught SyntaxError: Unexpected token }
6 at foo (console-log-eval-syntax-error.html:8)foo @ console-log-eval-syntax-e rror.html:8 6 at foo (console-log-eval-syntax-error.html:8)
7 foo @ console-log-eval-syntax-error.html:8
7 boo.js:2 Uncaught SyntaxError: Unexpected token } 8 boo.js:2 Uncaught SyntaxError: Unexpected token }
8 at boo (console-log-eval-syntax-error.html:12)boo @ console-log-eval-syntax- error.html:12 9 at boo (console-log-eval-syntax-error.html:12)
10 boo @ console-log-eval-syntax-error.html:12
9 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698