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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
index 3bfb2f2d80736af60e8bc84f3ec74cec975042da..0307d285695fa58387e8bb323dfab8f1a01c2970 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
@@ -4,5 +4,6 @@ Tests that log message and syntax errors from inline scripts with sourceURL are
foo.js:4 foo
boo.js:1 Uncaught SyntaxError: Unexpected token }
- at addInlineWithSyntaxError (foo.js:12)addInlineWithSyntaxError @ foo.js:12
+ at addInlineWithSyntaxError (foo.js:12)
+addInlineWithSyntaxError @ foo.js:12

Powered by Google App Engine
This is Rietveld 408576698