blob: 2bb14d885ba3216ef85d6c6bc30bd4858a39ac41 [file] [log] [blame]
PASS HTMLCollection has length method.
PASS HTMLCollection does not have iterable's values method.
PASS HTMLCollection does not have iterable's entries method.
PASS HTMLCollection does not have iterable's forEach method.
PASS HTMLCollection has Symbol.iterator.
PASS HTMLCollection is iterable via for-of loop.