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/sources/debugger-async/async-callstack-in-console-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: 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-async/async-callstack-in-console-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
index 5a3efeff3e19e0d948f4142d62fd996930fba520..3733625972779cb01e7d123f84f728c448ececed 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
@@ -11,36 +11,59 @@ async-callstack-in-console.html:11 Console was cleared
async-callstack-in-console.html:17 console.trace
+
timeout1 @ async-callstack-in-console.html:17
+
setTimeout (async)
+
testFunction @ async-callstack-in-console.html:12
async-callstack-in-console.html:24 Uncaught Error: foo(…)
+
timeout2 @ async-callstack-in-console.html:24
+
setTimeout (async)
+
timeout1 @ async-callstack-in-console.html:18
+
setTimeout (async)
+
testFunction @ async-callstack-in-console.html:12
async-callstack-in-console.html:29 console.trace
+
timeout3 @ async-callstack-in-console.html:29
+
setTimeout (async)
+
timeout2 @ async-callstack-in-console.html:23
+
setTimeout (async)
+
timeout1 @ async-callstack-in-console.html:18
+
setTimeout (async)
+
testFunction @ async-callstack-in-console.html:12
async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('file://').
+
tryPostMessage @ async-callstack-in-console.html:37
+
timeout3 @ async-callstack-in-console.html:31
+
setTimeout (async)
+
timeout2 @ async-callstack-in-console.html:23
+
setTimeout (async)
+
timeout1 @ async-callstack-in-console.html:18
+
setTimeout (async)
+
testFunction @ async-callstack-in-console.html:12

Powered by Google App Engine
This is Rietveld 408576698