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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/focus-selectionchange-on-tap-expected.txt

Issue 353893002: Remove mouse-related hit tests during a GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve focus test Created 6 years, 5 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 a GestureTap triggers focus and selectionchange if and only if mou sedown isn't prevented.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Tap on input field but consume mousedown
7 Sending GestureTapDown
8 Sending GestureShowPress
9 Sending GestureTap
10 Received mouseover on target
11 Received mousemove on target
12 Received mousedown on target
13 Received mouseup on target
14 Received click on target
15 PASS tapHandled is true
16 PASS isFocused(target) is false
17
18 Tap on input field without consuming mousedown
19 Sending GestureTapDown
20 Sending GestureShowPress
21 Sending GestureTap
22 Received mousemove on target
23 Received mousedown on target
24 Received mouseup on target
25 Received click on target
26 PASS tapHandled is false
27 Received selectionchange on #document anchor=BODY[2]
28 PASS isFocused(target) is true
29
30 Tap elsewhere to clear focus
31 Sending GestureTapDown
32 Sending GestureShowPress
33 Sending GestureTap
34 Received mouseout on target
35 PASS tapHandled is false
36 Received selectionchange on #document anchor=#text[0]
37 Received selectionchange on #document anchor=#text[0]
38 PASS isFocused(target) is false
39
40 PASS successfullyParsed is true
41
42 TEST COMPLETE
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698