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

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: Get element coordinates programmatically 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 isBoxDefault('combobox') is true
15 combobox should always be activated on tapdown
16 PASS isBoxHoverActive('combobox') is true
17 Verify hover, active aren't initially set
18 PASS isBoxDefault('listbox') is true
19 Overflow listbox should remain unchanged
20 PASS isBoxDefault('listbox') is true
21 Verify hover, active aren't initially set
22 PASS isBoxDefault('textbox') is true
23 Overflow textbox should remain unchanged
24 PASS isBoxDefault('textbox') is true
25 Verify hover, active aren't initially set
26 PASS isBoxDefault('textarea') is true
27 Overflow textarea should remain unchanged
28 PASS isBoxDefault('textarea') is true
29 Verify hover, active aren't initially set
30 PASS isFrameDefault() is true
31 Overflow iframe should remain unchanged
32 PASS isFrameDefault() is true
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698