chromium/third_party/blink/web_tests/fast/forms/onselect-textfield-expected.txt


This tests onSelect for text fields.


Calling focus on text field
After focus: text field selection start: 0 end: 0

Calling setSelectionRange on text field
After setSelectionRange(3, 5): text field selection start: 3 end: 5

Double clicking to make selection for text field
onselect fired for text field
After double clicking: text field selection start: 6 end: 10

Calling blur on text field
After blur: text field selection start: 6 end: 10

Calling focus on text field
After focus: text field selection start: 6 end: 10