Pass | Elements in a shadow tree should be accessible via shadow root's querySelectorAll() DOM tree accessor. | Asserts runPass | assert_equals(1, 1)
at assert_singleton_node_list ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html:18:5) | Pass | assert_equals(Element node <img></img>, Element node <img></img>)
at assert_singleton_node_list ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html:19:5) |
|
Pass | Elements with a specific class in a shadow tree should be accessible viashadow root's querySelectorAll() DOM tree accessor. | Asserts runPass | assert_equals(1, 1)
at assert_singleton_node_list ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html:18:5) | Pass | assert_equals(Element node <div class="div-class"></div>, Element node <div class="div-class"></div>)
at assert_singleton_node_list ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html:19:5) |
|
Pass | Elements in a shadow tree should be accessible via shadow root's getElementById() DOM tree accessor. | Asserts runPass | assert_equals(Element node <div id="div-id"></div>, Element node <div id="div-id"></div>)
at Test.<anonymous> ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html:55:5) |
|