Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassObject.getOwnPropertyNames on NamedNodeMap
Asserts run
Pass
assert_array_equals(["0", "1", "id", "class"], ["0", "1", "id", "class"])
    at Test.<anonymous> ( /dom/collections/namednodemap-supported-property-names.html:13:5)
PassObject.getOwnPropertyNames on NamedNodeMap of input
Asserts run
Pass
assert_array_equals(["0", "1", "2", "3", "id", "type", "value", "width"], ["0", "1", "2", "3", "id", "type", "value", "width"])
    at Test.<anonymous> ( /dom/collections/namednodemap-supported-property-names.html:19:5)
PassObject.getOwnPropertyNames on NamedNodeMap after attribute removal
Asserts run
Pass
assert_array_equals(["0", "1", "2", "id", "type", "value"], ["0", "1", "2", "id", "type", "value"])
    at Test.<anonymous> ( /dom/collections/namednodemap-supported-property-names.html:26:5)
Simple