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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt

Issue 2249743006: [DevTools] Fill ExceptionDetails with more details, unify usage across protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser test 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-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 6ae36c0b16d1f43bddc7e664c1923e855831a39a..89e758efe5011a8c5871cc142f65e09c92a4206c 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
@@ -16,13 +16,20 @@ Running test: testRejectedPromise
{
exceptionDetails : {
columnNumber : 0
+ exception : {
+ objectId : 0
+ type : object
+ value : {
+ a : 1
+ }
+ }
+ exceptionId : 0
lineNumber : 0
- scriptId :
stackTrace : {
callFrames : [
]
}
- text : Promise was rejected
+ text : Uncaught (in promise)
}
result : {
type : object
@@ -36,8 +43,14 @@ Running test: testRejectedPromiseWithStack
{
exceptionDetails : {
columnNumber : 0
+ exception : {
+ description : 239
+ objectId : 0
+ type : number
+ value : 239
+ }
+ exceptionId : 0
lineNumber : 0
- scriptId :
stackTrace : {
callFrames : [
]
@@ -61,7 +74,7 @@ Running test: testRejectedPromiseWithStack
description : Promise.reject
}
}
- text : Promise was rejected
+ text : Uncaught (in promise)
}
result : {
description : 239

Powered by Google App Engine
This is Rietveld 408576698