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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-down-scroll-no-pinch-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: Add tests Created 6 years, 10 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 Gestures go here
2 Gestures go here
3 Tests gesture tapdown behaviour when page is scrollable or not.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 See http://crbug.com/316974 for details
9
10 Verify hover, active aren't initially set (page isn't scrollable).
11 PASS isBoxDefault('box') is true
12 tapdown on element should activate.
13 PASS isBoxHoverActive('box') is true
14 showpress on element should keep hover and active.
15 PASS isBoxHoverActive('box') is true
16 Verify hover, active aren't initially set (overflowBox with scrollable ancestor) .
17 PASS isBoxDefault('overflowBox') is true
18 tapdown on element should not activate.
19 PASS isBoxDefault('overflowBox') is true
20 showpress on element should activate.
21 PASS isBoxHoverActive('overflowBox') is true
22 Verify hover, active aren't initially set (page is scrollable).
23 PASS isBoxDefault('box') is true
24 tapdown on element should not activate.
25 PASS isBoxDefault('box') is true
26 showpress on element should activate.
27 PASS isBoxHoverActive('box') is true
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698