Pass | HTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns a Text node | Asserts runPass | 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) |
|
Pass | HTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns non-Element object | Asserts runPass | 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) |
|
Pass | HTML parser must create a fallback HTMLUnknownElement when a custom element constructor does not call super() | Asserts runPass | 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) |
|
Pass | HTML parser must create a fallback HTMLUnknownElement when a custom element constructor throws an exception | Asserts runPass | 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) |
|