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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-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-runScript-async-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-expected.txt
index 10a140467c90be222bb9313bcaaaadf71d036d44..ba6ad4b92ebdc247240fecc235db35c8fd5eee8c 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-expected.txt
@@ -47,7 +47,6 @@ Running test: testSyntaxErrorInEvalInScript
subtype : error
type : object
}
- wasThrown : true
}
Running test: testRunNotCompiledScript
@@ -86,7 +85,6 @@ Running test: testRunScriptWithPreview
}
type : object
}
- wasThrown : false
}
Running test: testRunScriptReturnByValue
@@ -97,7 +95,6 @@ Running test: testRunScriptReturnByValue
a : 1
}
}
- wasThrown : false
}
Running test: testAwaitNotPromise
@@ -134,6 +131,5 @@ Running test: testAwaitRejectedPromise
a : 1
}
}
- wasThrown : true
}

Powered by Google App Engine
This is Rietveld 408576698