Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassEvent.composedPath() should return the same result even if DOM is mutated (1/2)
Asserts run
Pass
assert_array_equals([Element node <div id="host">        <div id="target"></div></div>, Element node <div id="test1">   <div id="host">        <div id="target...], [Element node <div id="host">        <div id="target"></div></div>, Element node <div id="test1">   <div id="host">        <div id="target...])
    at Test.<anonymous> ( /shadow-dom/event-composed-path-after-dom-mutation.html:24:5)
PassEvent.composedPath() should return the same result even if DOM is mutated (2/2)
Asserts run
Pass
assert_array_equals([Element node <div id="host1">        <div id="host2">                <..., Element node <div id="test2">   <div id="host1">        <div id="host2...], [Element node <div id="host1">        <div id="host2">                <..., Element node <div id="test2">   <div id="host1">        <div id="host2...])
    at Test.<anonymous> ( /shadow-dom/event-composed-path-after-dom-mutation.html:53:5)