Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassHTML parser should not create custom elements in non-HTML namespaces
Asserts run
Pass
assert_false(false, "The HTML parser must NOT instantiate a custom element in non-HTML namespaces")
    at Test.<anonymous> ( /custom-elements/parser/parser-custom-element-in-foreign-content.html:22:3)
Pass
assert_false(false, "The HTML parser should not fallback")
    at Test.<anonymous> ( /custom-elements/parser/parser-custom-element-in-foreign-content.html:24:3)
Pass
assert_true(true, "The element created by the HTML parser must be an instance of SVGElement")
    at Test.<anonymous> ( /custom-elements/parser/parser-custom-element-in-foreign-content.html:25:3)