[event-path.html]
expected: ERROR
[Event propagates to source's shadow tree only; target in deeper shadow root]
expected: FAIL
[Event path includes all shadow hosts and shadow roots up to the root of the source, but non-bubbling event fires only Non-bubbling event fires only where currentTarget == retargeted original target]
expected: FAIL
[Event path skips root containing neither source nor target. Non-bubbling event fires only where currentTarget == retargeted original target]
expected: FAIL
[Event path should go all the way to window if source is not in a shadow, but should only fire when currentTarget == retargeted original target]
expected: FAIL
[Event propagates to source tree when source is given in synthetic event, even without reference target]
expected: FAIL