| OLD | NEW |
| 1 Test ES6 iterator works with DOM objects. | 1 Test ES6 iterator works with DOM objects. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS internals.iterator is undefined. | 6 PASS internals.iterator is undefined. |
| 7 value = 0 | 7 value = 0 |
| 8 value = 1 | 8 value = 1 |
| 9 value = 4 | 9 value = 4 |
| 10 value = 9 | 10 value = 9 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 value = 0 | 22 value = 0 |
| 23 value = 1 | 23 value = 1 |
| 24 value = 4 | 24 value = 4 |
| 25 value = 9 | 25 value = 9 |
| 26 value = 16 | 26 value = 16 |
| 27 entry = 0,0 | 27 entry = 0,0 |
| 28 entry = 1,1 | 28 entry = 1,1 |
| 29 entry = 2,4 | 29 entry = 2,4 |
| 30 entry = 3,9 | 30 entry = 3,9 |
| 31 entry = 4,16 | 31 entry = 4,16 |
| 32 thisArg, 0, 0, [object Internals] |
| 33 thisArg, 1, 1, [object Internals] |
| 34 thisArg, 4, 2, [object Internals] |
| 35 thisArg, 9, 3, [object Internals] |
| 36 thisArg, 16, 4, [object Internals] |
| 32 PASS successfullyParsed is true | 37 PASS successfullyParsed is true |
| 33 | 38 |
| 34 TEST COMPLETE | 39 TEST COMPLETE |
| 35 | 40 |
| OLD | NEW |