OLD | NEW |
| 1 CONSOLE WARNING: Promise API is changing and this function might be affected. |
1 Test Promise. | 2 Test Promise. |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 PASS thisInFulfillCallback === secondPromise is false | 6 PASS thisInFulfillCallback === secondPromise is false |
6 PASS thisInFulfillCallback === window is true | 7 PASS thisInFulfillCallback === window is true |
7 PASS result is "hello" | 8 PASS result is "hello" |
8 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
9 | 10 |
10 TEST COMPLETE | 11 TEST COMPLETE |
11 | 12 |
OLD | NEW |