Pass | Empty string as a name for Document.getElementsByTagName | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:15:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:16:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:17:3) |
|
Pass | Empty string as a name for Element.getElementsByTagName | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:23:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:24:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:25:3) |
|
Pass | Empty string as a name for Document.getElementsByTagNameNS | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:30:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:31:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:32:3) |
|
Pass | Empty string as a name for Element.getElementsByTagNameNS | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:38:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:39:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:40:3) |
|
Pass | Empty string as a name for Document.getElementsByClassName | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:45:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:46:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:47:3) |
|
Pass | Empty string as a name for Element.getElementsByClassName | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:53:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:54:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:55:3) |
|
Pass | Empty string as a name for Element.children | Asserts runPass | assert_false(false, "Empty string should not be in the collection.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:61:3) | Pass | assert_equals(undefined, undefined, "Named getter should return undefined for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:62:3) | Pass | assert_equals(null, null, "namedItem should return null for empty string.")
at Test.<anonymous> ( /dom/collections/HTMLCollection-empty-name.html:63:3) |
|