Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCalling blur() on shadow host with delegatesFocus should remove the focus.
Asserts run
Pass
assert_equals(Element node <div id="host">   <input id="slotted"> </div>, Element node <div id="host">   <input id="slotted"> </div>)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:22:3)
Pass
assert_equals(Element node <input></input>, Element node <input></input>)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:23:3)
Pass
assert_equals(Element node <body><div id="host">   <input id="slotted"> </div>  <scr..., Element node <body><div id="host">   <input id="slotted"> </div>  <scr...)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:25:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:26:3)
PassCalling blur() on shadow host with delegatesFocus when the focus is on a slotted element should not remove the focus.
Asserts run
Pass
assert_equals(Element node <input id="slotted"></input>, Element node <input id="slotted"></input>)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:32:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:33:3)
Pass
assert_equals(Element node <input id="slotted"></input>, Element node <input id="slotted"></input>)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:35:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/focus/blur-on-shadow-host-delegatesFocus.html:36:3)