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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt

Issue 2234983002: [DevTools] Removed wasThrown from evaluate-like protocol methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a 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-callFunctionOn-async-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt
index 6adaac2c1dc0720825f97f5dc59ad08e144ee337..23f74570175337832f267024a4607f4a5083a521 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt
@@ -7,7 +7,6 @@ Running test: testArguments
type : string
value : undefined|NaN|[object Object]|[object Window]
}
- wasThrown : false
}
Running test: testSyntaxErrorInFunction
@@ -25,7 +24,6 @@ Running test: testSyntaxErrorInFunction
subtype : error
type : object
}
- wasThrown : true
}
Running test: testExceptionInFunctionExpression
@@ -43,7 +41,6 @@ Running test: testExceptionInFunctionExpression
subtype : error
type : object
}
- wasThrown : true
}
Running test: testFunctionReturnNotPromise
@@ -102,6 +99,5 @@ Running test: testFunctionReturnRejectedPromise
a : 3
}
}
- wasThrown : true
}

Powered by Google App Engine
This is Rietveld 408576698