Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / fast / forms / onselect-textfield-expected.txt
1
2 This tests onSelect for text fields. 
3
4 Calling focus on text field
5 After focus: text field selection start: 0 end: 10
6
7 Calling setSelectionRange on text field
8 After setSelectionRange(3, 5): text field selection start: 3 end: 5
9
10 Double clicking to make selection for text field
11 onselect fired for text field
12 After double clicking: text field selection start: 6 end: 10
13
14 Calling blur on text field
15 After blur: text field selection start: 6 end: 10
16
17 Calling focus on text field
18 After focus: text field selection start: 6 end: 10
19