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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-down-special-elements-expected.txt

Issue 163933002: Send early ShowPress on TapDown when page isn't scrollable/pinchable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Refactor into hasEarlyShowPress() Created 6 years, 9 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
2 Tests gesture tapdown behaviour on different form elements.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 See http://crbug.com/316974 for details
8
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12 Scroll and Pinch are disabled on the page
13 Verify hover, active aren't initially set.
14 PASS getHoverActiveState(combobox) is "default"
15 tapDown on element should activate.
16 PASS getHoverActiveState(combobox) is "hoveredAndActive"
17 showPress on element should keep hover and active.
18 PASS getHoverActiveState(combobox) is "hoveredAndActive"
19 Verify hover, active aren't initially set.
20 PASS getHoverActiveState(listbox) is "default"
21 tapdown on element should not activate.
22 PASS getHoverActiveState(listbox) is "default"
23 showPress on element should activate.
24 PASS getHoverActiveState(listbox) is "hoveredAndActive"
25 Verify hover, active aren't initially set.
26 PASS getHoverActiveState(textbox) is "default"
27 tapdown on element should not activate.
28 PASS getHoverActiveState(textbox) is "default"
29 showPress on element should activate.
30 PASS getHoverActiveState(textbox) is "hoveredAndActive"
31 Verify hover, active aren't initially set.
32 PASS getHoverActiveState(textarea) is "default"
33 tapdown on element should not activate.
34 PASS getHoverActiveState(textarea) is "default"
35 showPress on element should activate.
36 PASS getHoverActiveState(textarea) is "hoveredAndActive"
37 Verify hover, active aren't initially set.
38 PASS getHoverActiveState(frameBody) is "default"
39 tapdown on element should not activate.
40 PASS getHoverActiveState(frameBody) is "default"
41 showPress on element should activate.
42 PASS getHoverActiveState(frameBody) is "hoveredAndActive"
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698