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

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

Issue 24641003: Implement Promise.all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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-static-every.html ('k') | Source/bindings/v8/custom/V8PromiseCustom.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/Promise-static-every-expected.txt
diff --git a/LayoutTests/fast/js/Promise-static-every-expected.txt b/LayoutTests/fast/js/Promise-static-every-expected.txt
deleted file mode 100644
index 3a46951cb8b7d03dc1763bdace32a9fd5e29fd22..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/Promise-static-every-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Test Promise.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS result is undefined
-PASS Promise.every() is fulfilled.
-PASS result is undefined
-PASS Promise.every(p1, p2, p3) is fulfilled.
-PASS result.length is 3
-PASS result[0] is "p1"
-PASS result[1] is "p2"
-PASS result[2] is "p3"
-PASS Promise.every(p1, p6, p5) is rejected.
-PASS result is "p6"
-PASS Promise.every(p9) is fulfilled.
-PASS result.length is 1
-PASS result[0] is "p2"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/Promise-static-every.html ('k') | Source/bindings/v8/custom/V8PromiseCustom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698