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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-down-scroll-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: Handle special form elements / iframes 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 Gestures go here
2 Gestures go here
3 Tests gesture tapdown behaviour on different scroll / pinch settings.
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 (scroll disabled, pinch enabled).
11 PASS isBoxDefault('box') is true
12 tapdown on element should not activate.
13 PASS isBoxDefault('box') is true
14 showpress on element should activate.
15 PASS isBoxHoverActive('box') is true
16 Verify hover, active aren't initially set (scroll disabled, pinch disabled).
17 PASS isBoxDefault('box') is true
18 tapdown on element should activate.
19 PASS isBoxHoverActive('box') is true
20 showpress on element should keep hover and active.
21 PASS isBoxHoverActive('box') is true
22 Verify hover, active aren't initially set (overflowBox with scrollable ancestor) .
23 PASS isBoxDefault('overflowBox') is true
24 tapdown on element should not activate.
25 PASS isBoxDefault('overflowBox') is true
26 showpress on element should activate.
27 PASS isBoxHoverActive('overflowBox') is true
28 Verify hover, active aren't initially set (scroll enabled, pinch disabled).
29 PASS isBoxDefault('box') is true
30 tapdown on element should not activate.
31 PASS isBoxDefault('box') is true
32 showpress on element should activate.
33 PASS isBoxHoverActive('box') is true
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698