haikuwebkit/LayoutTests/fast/forms/onselect-textfield-expected...

20 lines
527 B
Plaintext

This tests onSelect for text fields.
Calling focus on text field
After focus: text field selection start: 0 end: 10
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