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