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

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

Issue 507533002: Fix to keep the selection of the text field in input element after setSelectionRange is called by d… (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 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 focus :
5 PASS textfield.selectionStart is 0
6 PASS textfield.selectionEnd is 5
7 mousedown :
8 PASS textfield.selectionStart is 0
9 PASS textfield.selectionEnd is 0
10 mouseup :
11 PASS textfield.selectionStart is 0
12 PASS textfield.selectionEnd is 5
13 click :
14 PASS textfield.selectionStart is 0
15 PASS textfield.selectionEnd is 5
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698