1 Test ES6 iterator works with DOM objects.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS internals.iterator is undefined.
32 PASS internals.forEach("not a function") threw exception TypeError: Failed to execute 'forEach' on 'Internals': The callback provided as parameter 1 is not a function..
34 PASS internals.forEach(function () { debug("callback called"); throw Error("stop!"); }) threw exception Error: stop!.
35 thisArg, 0, 0, [object Internals]
36 thisArg, 1, 1, [object Internals]
37 thisArg, 4, 2, [object Internals]
38 thisArg, 9, 3, [object Internals]
39 thisArg, 16, 4, [object Internals]
65 PASS successfullyParsed is true