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 The promise is not fulfilled now. | 6 The promise is not fulfilled now. |
6 PASS value.then is called. | 7 PASS value.then is called. |
7 PASS thisValue is value | 8 PASS thisValue is value |
8 PASS fulfilled | 9 PASS fulfilled |
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 |