| OLD | NEW |
| 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. |
| 4 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 5 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 6 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 7 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 8 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 9 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 1 Test Promise.all | 10 Test Promise.all |
| 2 | 11 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 13 |
| 5 PASS result is undefined | 14 PASS result is undefined |
| 6 PASS Promise.all() is fulfilled. | 15 PASS Promise.all() is fulfilled. |
| 7 PASS result.length is 0 | 16 PASS result.length is 0 |
| 8 PASS Promise.all([p1, p2, p3]) is fulfilled. | 17 PASS Promise.all([p1, p2, p3]) is fulfilled. |
| 9 PASS result.length is 3 | 18 PASS result.length is 3 |
| 10 PASS result[0] is "p1" | 19 PASS result[0] is "p1" |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 PASS Promise.all([p9,42]) is fulfilled. | 32 PASS Promise.all([p9,42]) is fulfilled. |
| 24 PASS result.length is 2 | 33 PASS result.length is 2 |
| 25 PASS result[0] is "p2" | 34 PASS result[0] is "p2" |
| 26 PASS result[1] is 42 | 35 PASS result[1] is 42 |
| 27 PASS Promise.all({}) is fulfilled. | 36 PASS Promise.all({}) is fulfilled. |
| 28 PASS result.length is 0 | 37 PASS result.length is 0 |
| 29 PASS successfullyParsed is true | 38 PASS successfullyParsed is true |
| 30 | 39 |
| 31 TEST COMPLETE | 40 TEST COMPLETE |
| 32 | 41 |
| OLD | NEW |