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

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

Issue 209443009: Delete Promises Layout Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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-all.html ('k') | LayoutTests/fast/js/Promise-static-cast.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/Promise-static-all-expected.txt
diff --git a/LayoutTests/fast/js/Promise-static-all-expected.txt b/LayoutTests/fast/js/Promise-static-all-expected.txt
deleted file mode 100644
index 521fe20f7e4fff11d7715668619977315524c386..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/Promise-static-all-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Test Promise.all
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS result is undefined
-PASS Promise.all() is fulfilled.
-PASS result.length is 0
-PASS Promise.all([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.all([p1, p6, p5]) is rejected.
-PASS result is "p6"
-PASS Promise.all([p9]) is fulfilled.
-PASS result.length is 1
-PASS result[0] is "p2"
-PASS Promise.all([p9,,,]) is fulfilled.
-PASS result.length is 3
-PASS result[0] is "p2"
-PASS result[1] is undefined
-PASS result[2] is undefined
-PASS Promise.all([p9,42]) is fulfilled.
-PASS result.length is 2
-PASS result[0] is "p2"
-PASS result[1] is 42
-PASS Promise.all({}) is fulfilled.
-PASS result.length is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/Promise-static-all.html ('k') | LayoutTests/fast/js/Promise-static-cast.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698