Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassObject.getOwnPropertyNames on DOMStringMap, empty data attribute
Asserts run
Pass
assert_array_equals([""], [""])
    at Test.<anonymous> ( /dom/collections/domstringmap-supported-property-names.html:24:5)
PassObject.getOwnPropertyNames on DOMStringMap, data attribute trailing hyphen
Asserts run
Pass
assert_array_equals(["id-"], ["id-"])
    at Test.<anonymous> ( /dom/collections/domstringmap-supported-property-names.html:30:5)
PassObject.getOwnPropertyNames on DOMStringMap, multiple data attributes
Asserts run
Pass
assert_array_equals(["id", "user", "dateOfBirth"], ["id", "user", "dateOfBirth"])
    at Test.<anonymous> ( /dom/collections/domstringmap-supported-property-names.html:36:5)
PassObject.getOwnPropertyNames on DOMStringMap, attribute set on dataset in JS
Asserts run
Pass
assert_array_equals(["uniqueId", "middleName"], ["uniqueId", "middleName"])
    at Test.<anonymous> ( /dom/collections/domstringmap-supported-property-names.html:43:5)
PassObject.getOwnPropertyNames on DOMStringMap, attribute set on element in JS
Asserts run
Pass
assert_array_equals(["uniqueId", "age"], ["uniqueId", "age"])
    at Test.<anonymous> ( /dom/collections/domstringmap-supported-property-names.html:50:5)
Simple
Simple
John Doe
Jane Doe
Jim Doe