Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassattachShadow with a default-namespaced element
Asserts run
Pass
assert_not_equals(DocumentFragment node with 0 children, null, "attachShadow should work on node with default namespace")
    at Test.<anonymous> ( /shadow-dom/host-with-namespace.xhtml:16:9)
PassTest attachShadow with a namespaced element
Asserts run
Pass
assert_not_equals(DocumentFragment node with 0 children, null, "attachShadow should work on node with explicit namespace")
    at Test.<anonymous> ( /shadow-dom/host-with-namespace.xhtml:22:9)