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

Unified Diff: LayoutTests/fast/js/Promise-init-in-workers-expected.txt

Issue 23567043: Promise init callback takes resolve and reject functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « LayoutTests/fast/js/Promise-init-expected.txt ('k') | LayoutTests/fast/js/Promise-reject.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/Promise-init-in-workers-expected.txt
diff --git a/LayoutTests/fast/js/Promise-init-in-workers-expected.txt b/LayoutTests/fast/js/Promise-init-in-workers-expected.txt
index e7b58ff29da2dfe3fedde88df23e89fae332a979..9cddb39d732bdd2655640f678cb2c0ae99831818 100644
--- a/LayoutTests/fast/js/Promise-init-in-workers-expected.txt
+++ b/LayoutTests/fast/js/Promise-init-in-workers-expected.txt
@@ -6,8 +6,8 @@ Starting worker: resources/Promise-init-in-workers.js
PASS [Worker] promise instanceof Promise is true
PASS [Worker] promise.constructor is Promise
PASS [Worker] thisInInit is promise
-PASS [Worker] resolver instanceof PromiseResolver is true
-PASS [Worker] resolver.constructor is PromiseResolver
+PASS [Worker] resolve instanceof Function is true
+PASS [Worker] reject instanceof Function is true
PASS [Worker] new Promise() threw exception TypeError: Promise constructor takes a function argument.
PASS [Worker] new Promise(37) threw exception TypeError: Promise constructor takes a function argument.
PASS [Worker] promise = new Promise(function() { throw Error("foo"); }) did not throw exception.
« no previous file with comments | « LayoutTests/fast/js/Promise-init-expected.txt ('k') | LayoutTests/fast/js/Promise-reject.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698