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

Side by Side Diff: LayoutTests/fast/js/Promise-then-callback-receiver-expected.txt

Issue 24980002: Implement AP2 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 unified diff | Download patch
OLDNEW
1 Test Promise. 1 Test Promise.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS fulfilled 5 PASS fulfilled
6 PASS result is "hello" 6 PASS thisInOnFulfilledSloppy is window
7 PASS rejected
8 PASS thisInOnRejectedSloppy is window
7 PASS fulfilled 9 PASS fulfilled
8 PASS result is "hello2" 10 PASS thisInOnFulfilledStrict is undefined
9 PASS rejected 11 PASS rejected
10 PASS result is "error" 12 PASS thisInOnRejectedStrict is undefined
11 PASS rejected
12 PASS result is "error2"
13 PASS fulfilled
14 PASS result is "recovered"
15 PASS operation is "asynchronous"
16 PASS successfullyParsed is true 13 PASS successfullyParsed is true
17 14
18 TEST COMPLETE 15 TEST COMPLETE
19 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/Promise-then-callback-receiver.html ('k') | LayoutTests/fast/js/Promise-then-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698