| 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 thisInInit === firstPromise is false | 6 PASS thisInInit === firstPromise is false |
| 6 PASS thisInInit === window is true | 7 PASS thisInInit === window is true |
| 7 PASS thisInFulfillCallback === secondPromise is false | 8 PASS thisInFulfillCallback === secondPromise is false |
| 8 PASS thisInFulfillCallback === window is true | 9 PASS thisInFulfillCallback === window is true |
| 9 PASS result is "hello" | 10 PASS result is "hello" |
| 10 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 11 | 12 |
| 12 TEST COMPLETE | 13 TEST COMPLETE |
| 13 | 14 |
| OLD | NEW |