blob: 0e39255f3501b9961755d2da65a7d2f089b125dc [file] [log] [blame]
This tests mouseenter and mouseleave event fires when capturing event listeners are only present on the slot element's parent.
To manually test, move the mouse cursor into the box below and move it out.
You should see mouseenter events on slotContainer, slot, and target in that order and mouseleave events in the reverse order.
==Entering target==
mouseenter on slotContainer
mouseenter on slot
mouseenter on target
==Leaving target==
mouseleave on target
mouseleave on slot
mouseleave on slotContainer