New Content

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassDon't clear focus within shadow root if light DOM children are cleared
Asserts run
Pass
assert_equals(Element node <div id="host">      <span>Content</span> </div>, Element node <div id="host">      <span>Content</span> </div>, "nodes within shadow DOM aren't exposed")
    at Test.<anonymous> ( /shadow-dom/focus-within-shadow.html:20:5)
Pass
assert_equals(Element node <div id="host">New Content</div>, Element node <div id="host">New Content</div>, "Clearing light DOM shouldn't clear focus")
    at Test.<anonymous> ( /shadow-dom/focus-within-shadow.html:22:5)