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

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

Issue 2616623002: Do not send redundant selectionchange-events (decouple focus) (Closed)
Patch Set: Rebase Created 3 years, 8 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
OLDNEW
1 Verifies that a GestureTap triggers focus and selectionchange if and only if mou sedown isn't prevented. 1 Verifies that a GestureTap triggers focus and selectionchange if and only if mou sedown isn't prevented.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Tap on input field but consume mousedown 6 Tap on input field but consume mousedown
7 Sending GestureTapDown 7 Sending GestureTapDown
8 Sending GestureShowPress 8 Sending GestureShowPress
9 Sending GestureTap 9 Sending GestureTap
10 Received mouseover on target 10 Received mouseover on target
(...skipping 16 matching lines...) Expand all
27 Received selectionchange on #document anchor=BODY[2] 27 Received selectionchange on #document anchor=BODY[2]
28 PASS isFocused(target) is true 28 PASS isFocused(target) is true
29 29
30 Tap elsewhere to clear focus 30 Tap elsewhere to clear focus
31 Sending GestureTapDown 31 Sending GestureTapDown
32 Sending GestureShowPress 32 Sending GestureShowPress
33 Sending GestureTap 33 Sending GestureTap
34 Received mouseout on target 34 Received mouseout on target
35 PASS tapHandled is false 35 PASS tapHandled is false
36 Received selectionchange on #document anchor=#text[0] 36 Received selectionchange on #document anchor=#text[0]
37 Received selectionchange on #document anchor=#text[0]
38 PASS isFocused(target) is false 37 PASS isFocused(target) is false
39 38
40 PASS successfullyParsed is true 39 PASS successfullyParsed is true
41 40
42 TEST COMPLETE 41 TEST COMPLETE
43 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698