Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassSetting tabindex on the shadow host of a focused element with delegatesFocus should not change focus.
Asserts run
Pass
assert_equals(Element node <div></div>, Element node <div></div>, "The shadow host should be focused.")
    at Test.<anonymous> ( /shadow-dom/focus/delegatesFocus-tabindex-change.html:18:3)
Pass
assert_equals(Element node <div tabindex="0"></div>, Element node <div tabindex="0"></div>, "The shadow host should remain focused after changing tabindex.")
    at Test.<anonymous> ( /shadow-dom/focus/delegatesFocus-tabindex-change.html:21:3)