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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-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-clear-of-command-line-api-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt
index 1b4ddc984a1aec583ea64429436fb29f8938b276..db9f0d614252ea32effb4004980702329af34e4f 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt
@@ -6,7 +6,6 @@ Tests that CommandLineAPI is presented only while evaluation.
type : number
value : 15
}
- wasThrown : false
}
{
result : {
@@ -14,7 +13,6 @@ Tests that CommandLineAPI is presented only while evaluation.
type : number
value : 0
}
- wasThrown : false
}
setPropertyForMethod()
{
@@ -23,7 +21,6 @@ setPropertyForMethod()
type : number
value : 14
}
- wasThrown : false
}
{
result : {
@@ -31,7 +28,6 @@ setPropertyForMethod()
type : number
value : 0
}
- wasThrown : false
}
{
result : {
@@ -39,7 +35,6 @@ setPropertyForMethod()
type : number
value : 42
}
- wasThrown : false
}
defineValuePropertyForMethod()
{
@@ -48,7 +43,6 @@ defineValuePropertyForMethod()
type : number
value : 14
}
- wasThrown : false
}
{
result : {
@@ -56,7 +50,6 @@ defineValuePropertyForMethod()
type : number
value : 0
}
- wasThrown : false
}
{
result : {
@@ -64,7 +57,6 @@ defineValuePropertyForMethod()
type : number
value : 42
}
- wasThrown : false
}
definePropertiesForMethod()
{
@@ -73,7 +65,6 @@ definePropertiesForMethod()
type : number
value : 14
}
- wasThrown : false
}
{
result : {
@@ -81,7 +72,6 @@ definePropertiesForMethod()
type : number
value : 0
}
- wasThrown : false
}
{
result : {
@@ -89,7 +79,6 @@ definePropertiesForMethod()
type : number
value : 42
}
- wasThrown : false
}
defineAccessorPropertyForMethod()
{
@@ -98,7 +87,6 @@ defineAccessorPropertyForMethod()
type : number
value : 14
}
- wasThrown : false
}
{
result : {
@@ -106,7 +94,6 @@ defineAccessorPropertyForMethod()
type : number
value : 0
}
- wasThrown : false
}
{
result : {
@@ -114,7 +101,6 @@ defineAccessorPropertyForMethod()
type : number
value : 42
}
- wasThrown : false
}
redefineGetOwnPropertyDescriptors()
{
@@ -123,7 +109,6 @@ redefineGetOwnPropertyDescriptors()
type : number
value : 14
}
- wasThrown : false
}
{
result : {
@@ -131,7 +116,6 @@ redefineGetOwnPropertyDescriptors()
type : number
value : 0
}
- wasThrown : false
}
{
result : {
@@ -139,6 +123,5 @@ redefineGetOwnPropertyDescriptors()
type : number
value : 42
}
- wasThrown : false
}

Powered by Google App Engine
This is Rietveld 408576698