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

Side by Side Diff: LayoutTests/fast/js/Promise-static-cast-expected.txt

Issue 166173002: Count Promise constructor callings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 CONSOLE WARNING: Promise API is changing and this function might be affected.
2 CONSOLE WARNING: Promise API is changing and this function might be affected.
3 CONSOLE WARNING: Promise API is changing and this function might be affected.
1 Test Promise.cast 4 Test Promise.cast
2 5
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 7
5 PASS promise === value is true 8 PASS promise === value is true
6 PASS result is undefined 9 PASS result is undefined
7 PASS result2 is undefined 10 PASS result2 is undefined
8 PASS result is "hello" 11 PASS result is "hello"
9 PASS result2 is 42 12 PASS result2 is 42
10 PASS fulfilled 13 PASS fulfilled
11 PASS successfullyParsed is true 14 PASS successfullyParsed is true
12 15
13 TEST COMPLETE 16 TEST COMPLETE
14 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698