CONSOLE WARNING: Listener added for a synchronous 'DOMSubtreeModified' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead. Tests to ensure that shadow DOM boundary is not crossed during event propagation. Can only run within DRT. See bug 46015 for details. Mutation events should not propagate out of the shadow DOM: PASS The selectstart event should not propagate out of the shadow DOM: PASS The mouseover/mouseout event between two elements inside the same shadow subtree should not propagate out of the shadow DOM: PASS The mouseover event in a shadow subtree, where related target is the tree host should not escape out of shadow DOM: PASS Events with relatedTarget should not escape out of shadow subtree when its host is the target: PASS The mouseover/mouseout event on a shadow subtree host should propagate out of the shadow DOM: PASS Label should look beyond shadow boundary to detect if it encloses its associated element: PASS Event's relatedTarget should be retargeted: PASS Other events should be retargeted: PASS After event dispatch, the event object should not reveal shadow DOM: PASS Focusing same shadow DOM element repeatedly should not trigger multiple focus/blur events: PASS