Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Side by Side Diff: LayoutTests/fast/events/touch/gesture/tap-target-matches-active-expected.txt

Issue 499433003: Fix tap target consistency with link highlighting and hover/active (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Standalone patch (for review) Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 s cenarios
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698