Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / tap-target-matches-active-expected.txt
blob41a76ef7cc946824028ec61aee13ff303fa42421
1 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
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Sending gestureTapDown
7 PASS getHoverActiveState(target) is "default"
8 Sending gestureShowPress
9 PASS getHoverActiveState(target) is "hoveredAndActive"
10 Sending gestureTap
11 PASS clickTarget.id is "target"
12 PASS successfullyParsed is true
14 TEST COMPLETE