Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassHTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns a Text node
Asserts run
Pass
assert_false(false, "HTML parser must NOT instantiate a custom element when the constructor returns a Text node")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:56:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:57:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLUnknownElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:58:5)
PassHTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns non-Element object
Asserts run
Pass
assert_false(false, "HTML parser must NOT instantiate a custom element when the constructor returns a non-Element object")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:65:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:66:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLUnknownElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:67:5)
PassHTML parser must create a fallback HTMLUnknownElement when a custom element constructor does not call super()
Asserts run
Pass
assert_false(false, "HTML parser must NOT instantiate a custom element when the constructor does not call super()")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:74:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:75:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLUnknownElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:76:5)
PassHTML parser must create a fallback HTMLUnknownElement when a custom element constructor throws an exception
Asserts run
Pass
assert_false(false, "HTML parser must NOT instantiate a custom element when the constructor throws an exception")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:83:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:84:5)
Pass
assert_true(true, "The fallback element created by HTML parser must be an instance of HTMLUnknownElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-fallsback-to-unknown-element.html:85:5)