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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
index 66a25798e6d577979a6ba3718e63dd1d22eb082a..dfa06afa3866f603ab812017f9ffdac18db71280 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
@@ -6,5 +6,9 @@ invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier
at importScripts-3.js:1
at foo (importScripts-2.js:3)
at importScripts-2.js:5
- at importScripts-1.js:1(anonymous) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous) @ importScripts-2.js:5(anonymous) @ importScripts-1.js:1
+ at importScripts-1.js:1
+(anonymous) @ importScripts-3.js:1
+foo @ importScripts-2.js:3
+(anonymous) @ importScripts-2.js:5
+(anonymous) @ importScripts-1.js:1

Powered by Google App Engine
This is Rietveld 408576698