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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-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: Use contentElement instead of formattedMessage Created 4 years, 4 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/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
index d93bff3b76fdbc9194b525907dd9b78547372000..c89c271784e2cc4c7fadfa7745bb7d3dee054bef 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
@@ -4,9 +4,19 @@ Set timer for test function.
Dumping console messages:
injectedFunction()
-VM:6 Uncaught Error: injectedObj.func(…)func @ VM:6injectedFunction @ VM:9(anonymous function) @ VM:1testFunction @ debugger-eval-while-paused-throws.html:23
+VM:6 Uncaught Error: injectedObj.func(…)
+func @ VM:6
+injectedFunction @ VM:9
+(anonymous function) @ VM:1
+testFunction @ debugger-eval-while-paused-throws.html:23
localObj.func()
-debugger-eval-while-paused-throws.html:20 Uncaught Error: localObj.func(…)func @ debugger-eval-while-paused-throws.html:20(anonymous function) @ VM:1testFunction @ debugger-eval-while-paused-throws.html:23
+debugger-eval-while-paused-throws.html:20 Uncaught Error: localObj.func(…)
+func @ debugger-eval-while-paused-throws.html:20
+(anonymous function) @ VM:1
+testFunction @ debugger-eval-while-paused-throws.html:23
globalObj.func()
-debugger-eval-while-paused-throws.html:11 Uncaught Error: globalObj.func(…)func @ debugger-eval-while-paused-throws.html:11(anonymous function) @ VM:1testFunction @ debugger-eval-while-paused-throws.html:23
+debugger-eval-while-paused-throws.html:11 Uncaught Error: globalObj.func(…)
+func @ debugger-eval-while-paused-throws.html:11
+(anonymous function) @ VM:1
+testFunction @ debugger-eval-while-paused-throws.html:23

Powered by Google App Engine
This is Rietveld 408576698