test

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassPassing an empty string to getElementsByClassName should return an empty HTMLCollection
Asserts run
Pass
assert_array_equals(object "[object HTMLCollection]", [])
    at Test.<anonymous> ( /dom/nodes/getElementsByClassName-empty-set.html:16:3)
PassPassing a space to getElementsByClassName should return an empty HTMLCollection
Asserts run
Pass
assert_array_equals(object "[object HTMLCollection]", [])
    at Test.<anonymous> ( /dom/nodes/getElementsByClassName-empty-set.html:21:3)
PassPassing three spaces to getElementsByClassName should return an empty HTMLCollection
Asserts run
Pass
assert_array_equals(object "[object HTMLCollection]", [])
    at Test.<anonymous> ( /dom/nodes/getElementsByClassName-empty-set.html:26:3)