Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassactiveElement on document & shadow root when focused element is in the shadow tree
Asserts run
Pass
assert_equals(Element node <div></div>, Element node <div></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:24:3)
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:25:3)
PassactiveElement on document & shadow root when focused element is in the document
Asserts run
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:34:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:35:3)
PassactiveElement on document & shadow root when focused element is slotted
Asserts run
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:46:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:47:3)
PassactiveElement on a neighboring host when focused element is in another shadow tree
Asserts run
Pass
assert_equals(Element node <div></div>, Element node <div></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:59:3)
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:60:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:61:3)
PassactiveElement when focused element is in a nested shadow tree
Asserts run
Pass
assert_equals(Element node <div></div>, Element node <div></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:73:3)
Pass
assert_equals(Element node <div></div>, Element node <div></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:74:3)
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:75:3)
PassactiveElement when focused element is in a parent shadow tree
Asserts run
Pass
assert_equals(Element node <div></div>, Element node <div></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:87:3)
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:88:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/DocumentOrShadowRoot-activeElement.html:89:3)