blob: 720449cab4eacda90142436f6f46df4c728f1dc7 [file] [log] [blame]
This tests mouseenter and mouseleave events inside a shadow tree.
To manually test, move the mouse cursor vertically across "hello, world" below.
WebKit must generate mouseenter and mouseleve events exactly once on host (as well as hostParent, continer, and target).
==Entering target==
mouseenter on hostParent
mouseenter on host
mouseenter on container
mouseenter on target
==Leaving target==
mouseleave on target
mouseleave on container
mouseleave on host
mouseleave on hostParent