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

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

Issue 2203073004: [DevTools] Add awaitPromise flag to Runtime.runScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make-call-function-on-async
Patch Set: fixed executionContextId=0 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 d59b5ac2102ec5b9c58c4ba0f80609f143ce7cf9..95cf9bffbb7f9617a1351e6cd79dcfd1ebda79ba 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
@@ -33,13 +33,13 @@ Running test: testRejectedPromise
Running test: testPrimitiveValueInsteadOfPromise
{
code : -32000
- message : Result of expression is not a promise.
+ message : Result of the evaluation is not a promise
}
Running test: testObjectInsteadOfPromise
{
code : -32000
- message : Result of expression is not a promise.
+ message : Result of the evaluation is not a promise
}
Running test: testPendingPromise

Powered by Google App Engine
This is Rietveld 408576698