blob: ac469bdb81af2ba7bc3e7a06d4e757115855797f [file] [log] [blame]
Verifies that the element receiving the :active style is the same as the element receiving the click event, even in the presence of difficult touch adjustment scenarios
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Sending gestureTapDown
PASS getHoverActiveState(target) is "default"
Sending gestureShowPress
PASS getHoverActiveState(target) is "hoveredAndActive"
Sending gestureTap
PASS clickTarget.id is "target"
PASS successfullyParsed is true
TEST COMPLETE