Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCSS Test: :host in DOM APIs
Asserts run
Pass
assert_false(false, ":host shouldn't match from CSSOM from outside the shadow tree")
    at Test.<anonymous> ( /css/css-scoping/host-dom-001.html:12:3)
Pass
assert_true(true, ":host should match from within the shadow tree")
    at Test.<anonymous> ( /css/css-scoping/host-dom-001.html:13:3)
Pass
assert_equals(Element node <div></div>, Element node <div></div>, ":host should match from within the shadow tree")
    at Test.<anonymous> ( /css/css-scoping/host-dom-001.html:14:3)