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-protocol/runtime/runtime-await-promise-expected.txt

Issue 2621703004: [DevTools] mark async-callstack-promises.html and .. (Closed)
Patch Set: Created 3 years, 11 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-protocol/runtime/runtime-await-promise-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt
index a91057e6f327aae71538457f1500b231900702bf..2058b7829802b1c05b6989509d1905d1bf5b4ee1 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt
@@ -25,6 +25,18 @@ Running test: testRejectedPromise
stackTrace : {
callFrames : [
]
+ parent : {
+ callFrames : [
+ [0] : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : 0
+ url :
+ }
+ ]
+ description : Promise.reject
+ }
}
text : Uncaught (in promise)
}

Powered by Google App Engine
This is Rietveld 408576698