Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassHTMLCollection has length method.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:19:3)
PassHTMLCollection does not have iterable's values method.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:23:3)
PassHTMLCollection does not have iterable's entries method.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:27:3)
PassHTMLCollection does not have iterable's forEach method.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:31:3)
PassHTMLCollection has Symbol.iterator.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:35:3)
PassHTMLCollection is iterable via for-of loop.
Asserts run
Pass
assert_equals("1", "1")
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:42:5)
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:42:5)
Pass
assert_equals("3", "3")
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:42:5)
Pass
assert_equals("4", "4")
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:42:5)
Pass
assert_equals("5", "5")
    at Test.<anonymous> ( /dom/collections/HTMLCollection-iterator.html:42:5)