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

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

Issue 18113004: Implement Promise.prototype.then and Promise.prototype.catch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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.html ('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-expected.txt
diff --git a/LayoutTests/fast/js/Promise-init-expected.txt b/LayoutTests/fast/js/Promise-init-expected.txt
index 3a762623ebab0ae8f3883be7261e9f8ebbd77314..9f36b427df7bd5f8ddc2eab7fda34565923e86cb 100644
--- a/LayoutTests/fast/js/Promise-init-expected.txt
+++ b/LayoutTests/fast/js/Promise-init-expected.txt
@@ -10,6 +10,9 @@ PASS resolver.constructor is PromiseResolver
PASS new Promise() threw exception TypeError: Promise constructor takes a function argument.
PASS new Promise(37) threw exception TypeError: Promise constructor takes a function argument.
PASS promise = new Promise(function() { throw Error("foo"); }) did not throw exception.
+PASS result.message is "foo"
+PASS fulfilled
+PASS result is "hello"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/js/Promise-init.html ('k') | LayoutTests/fast/js/Promise-reject.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698