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