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

Side by Side Diff: LayoutTests/fast/forms/setrangetext-within-events-expected.txt

Issue 548413002: Revert of Fix to keep the selection of the text field in input element after setSelectionRange... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
(Empty)
1 This tests the selection of the text field after setSelectionRange is called
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 focus test :
10 PASS textfield.selectionStart is 0
11 PASS textfield.selectionEnd is 5
12 the selection should be cleared
13 PASS textfield.selectionStart is 0
14 PASS textfield.selectionEnd is 0
15 mousedown test :
16 PASS textfield.selectionStart is 0
17 PASS textfield.selectionEnd is 0
18 the selection should be cleared
19 PASS textfield.selectionStart is 0
20 PASS textfield.selectionEnd is 0
21 mouseup test :
22 PASS textfield.selectionStart is 0
23 PASS textfield.selectionEnd is 5
24 the selection should be cleared
25 PASS textfield.selectionStart is 0
26 PASS textfield.selectionEnd is 0
27 click test :
28 PASS textfield.selectionStart is 0
29 PASS textfield.selectionEnd is 5
30 the selection should be cleared
31 PASS textfield.selectionStart is 0
32 PASS textfield.selectionEnd is 0
33
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/setrangetext-within-events.html ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698