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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-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-evaluate-async-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
index 60ac70e5c68a0be791c0c090b619bc57cc748cf3..7e42eac8e92aaf0624360089e30c7194a1d3721e 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-async-expected.txt
@@ -14,13 +14,20 @@ Running test: testRejectedPromise
{
exceptionDetails : {
columnNumber : 0
+ exception : {
+ description : 239
+ objectId : 0
+ type : number
+ value : 239
+ }
+ exceptionId : 0
lineNumber : 0
scriptId :
stackTrace : {
callFrames : [
]
}
- text : Promise was rejected
+ text : Uncaught (in promise)
}
result : {
description : 239
@@ -55,9 +62,16 @@ Running test: testExceptionInEvaluate
{
exceptionDetails : {
columnNumber : 0
+ exception : {
+ description : 239
+ objectId : 0
+ type : number
+ value : 239
+ }
+ exceptionId : 0
lineNumber : 0
scriptId :
- text : Uncaught 239
+ text : Uncaught
}
result : {
description : 239

Powered by Google App Engine
This is Rietveld 408576698