Source code
Revision control
Copy as Markdown
Other Tools
[event-path.html]
expected: ERROR
[Event propagates to source's shadow tree only; target in deeper shadow root]
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
[beforetoggle event propagates to source's shadow tree only; target in deeper shadow root]
expected: FAIL
[toggle event propagates to source's shadow tree only; target in deeper shadow root]
expected: TIMEOUT
[submit event propagates to submitter's shadow tree only; target in deeper shadow root]
expected: FAIL
[interest event propagates to source's shadow tree only; target in deeper shadow root]
expected: NOTRUN
[loseinterest event propagates to source's shadow tree only; target in deeper shadow root]
expected: NOTRUN
[beforetoggle event propagates to source's shadow tree only; target in deeper shadow root; showPopover called directly with source option]
expected: FAIL
[Event path includes all shadow hosts and shadow roots up to the root of the source, but non-bubbling event fires only where currentTarget == retargeted original target]
expected: FAIL