blob: 6f23ea10523e5d0ccf142b31a9a01d13f309285d [file] [log] [blame]
123
PASS NodeList has length method.
PASS NodeList has values method.
PASS NodeList has entries method.
PASS NodeList has forEach method.
PASS NodeList has Symbol.iterator.
PASS NodeList is iterable via for-of loop.
PASS NodeList responds to Object.keys correctly
PASS live NodeLists are for-of iterable and update appropriately