Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassShadowRoot.getElementById works on elements whose id was modified after the root was disconnected
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/getElementById-dynamic-002.html:13:3)
Pass
assert_equals(Element node <div id="new-id"></div>, Element node <div id="new-id"></div>)
    at Test.<anonymous> ( /shadow-dom/getElementById-dynamic-002.html:18:3)