Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassEmpty string as a name for Document.getElementsByTagName
Asserts run
Pass
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)
PassEmpty string as a name for Element.getElementsByTagName
Asserts run
Pass
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)
PassEmpty string as a name for Document.getElementsByTagNameNS
Asserts run
Pass
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)
PassEmpty string as a name for Element.getElementsByTagNameNS
Asserts run
Pass
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)
PassEmpty string as a name for Document.getElementsByClassName
Asserts run
Pass
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)
PassEmpty string as a name for Element.getElementsByClassName
Asserts run
Pass
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)
PassEmpty string as a name for Element.children
Asserts run
Pass
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)