[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / select-element-expected.txt
1 This test verifies that the Home/End/PageUp/PageDown keys work correctly for <select> elements. Since it requires eventSender.keyDown, it will not run solo in the web browser; it must be run with run-webkit-tests.
2
3     
4 PASS sendKeyAndExpectIndex("ss", "pageDown", 0, 3) is true
5 PASS sendKeyAndExpectIndex("ss", "pageDown", 1, 4) is true
6 PASS sendKeyAndExpectIndex("ss", "pageDown", 2, 5) is true
7 PASS sendKeyAndExpectIndex("ss", "pageDown", 3, 6) is true
8 PASS sendKeyAndExpectIndex("ss", "pageDown", 4, 6) is true
9 PASS sendKeyAndExpectIndex("ss", "pageDown", 5, 6) is true
10 PASS sendKeyAndExpectIndex("ss", "pageDown", 6, 6) is true
11 PASS sendKeyAndExpectIndex("ss", "pageUp", 6, 3) is true
12 PASS sendKeyAndExpectIndex("ss", "pageUp", 5, 2) is true
13 PASS sendKeyAndExpectIndex("ss", "pageUp", 4, 1) is true
14 PASS sendKeyAndExpectIndex("ss", "pageUp", 3, 0) is true
15 PASS sendKeyAndExpectIndex("ss", "pageUp", 2, 0) is true
16 PASS sendKeyAndExpectIndex("ss", "pageUp", 1, 0) is true
17 PASS sendKeyAndExpectIndex("ss", "pageUp", 0, 0) is true
18 PASS sendKeyAndExpectIndex("ss", "home", 6, 0) is true
19 PASS sendKeyAndExpectIndex("ss", "home", 5, 0) is true
20 PASS sendKeyAndExpectIndex("ss", "home", 4, 0) is true
21 PASS sendKeyAndExpectIndex("ss", "home", 3, 0) is true
22 PASS sendKeyAndExpectIndex("ss", "home", 2, 0) is true
23 PASS sendKeyAndExpectIndex("ss", "home", 1, 0) is true
24 PASS sendKeyAndExpectIndex("ss", "home", 0, 0) is true
25 PASS sendKeyAndExpectIndex("ss", "end", 6, 6) is true
26 PASS sendKeyAndExpectIndex("ss", "end", 5, 6) is true
27 PASS sendKeyAndExpectIndex("ss", "end", 4, 6) is true
28 PASS sendKeyAndExpectIndex("ss", "end", 3, 6) is true
29 PASS sendKeyAndExpectIndex("ss", "end", 2, 6) is true
30 PASS sendKeyAndExpectIndex("ss", "end", 1, 6) is true
31 PASS sendKeyAndExpectIndex("ss", "end", 0, 6) is true
32 PASS sendKeyAndExpectIndex("ssd", "pageDown", 0, 4) is true
33 PASS sendKeyAndExpectIndex("ssd", "pageDown", 1, 4) is true
34 PASS sendKeyAndExpectIndex("ssd", "pageDown", 2, 5) is true
35 PASS sendKeyAndExpectIndex("ssd", "pageDown", 4, 6) is true
36 PASS sendKeyAndExpectIndex("ssd", "pageDown", 5, 6) is true
37 PASS sendKeyAndExpectIndex("ssd", "pageDown", 6, 6) is true
38 PASS sendKeyAndExpectIndex("ssd", "pageDown", 7, 6) is true
39 PASS sendKeyAndExpectIndex("ssd", "pageUp", 7, 4) is true
40 PASS sendKeyAndExpectIndex("ssd", "pageUp", 6, 2) is true
41 PASS sendKeyAndExpectIndex("ssd", "pageUp", 5, 2) is true
42 PASS sendKeyAndExpectIndex("ssd", "pageUp", 4, 1) is true
43 PASS sendKeyAndExpectIndex("ssd", "pageUp", 2, 1) is true
44 PASS sendKeyAndExpectIndex("ssd", "pageUp", 1, 1) is true
45 PASS sendKeyAndExpectIndex("ssd", "pageUp", 0, 1) is true
46 PASS sendKeyAndExpectIndex("ssd", "home", 7, 1) is true
47 PASS sendKeyAndExpectIndex("ssd", "home", 6, 1) is true
48 PASS sendKeyAndExpectIndex("ssd", "home", 5, 1) is true
49 PASS sendKeyAndExpectIndex("ssd", "home", 4, 1) is true
50 PASS sendKeyAndExpectIndex("ssd", "home", 3, 1) is true
51 PASS sendKeyAndExpectIndex("ssd", "home", 2, 1) is true
52 PASS sendKeyAndExpectIndex("ssd", "home", 1, 1) is true
53 PASS sendKeyAndExpectIndex("ssd", "home", 0, 1) is true
54 PASS sendKeyAndExpectIndex("ssd", "end", 7, 6) is true
55 PASS sendKeyAndExpectIndex("ssd", "end", 6, 6) is true
56 PASS sendKeyAndExpectIndex("ssd", "end", 5, 6) is true
57 PASS sendKeyAndExpectIndex("ssd", "end", 4, 6) is true
58 PASS sendKeyAndExpectIndex("ssd", "end", 3, 6) is true
59 PASS sendKeyAndExpectIndex("ssd", "end", 2, 6) is true
60 PASS sendKeyAndExpectIndex("ssd", "end", 1, 6) is true
61 PASS sendKeyAndExpectIndex("ssd", "end", 0, 6) is true
62 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [0, 1, 2, 3]) is true
63 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [0, 1, 2, 3, 4, 5, 6]) is true
64 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [0, 1, 2, 3, 4, 5, 6]) is true
65 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0, 1, 2, 3]) is true
66 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0]) is true
67 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0]) is true
68 PASS sendWithShiftKeyAndExpectIndices("ss", "end", [0, 1, 2, 3, 4, 5, 6]) is true
69 PASS sendWithShiftKeyAndExpectIndices("ss", "end", [0, 1, 2, 3, 4, 5, 6]) is true
70 PASS sendWithShiftKeyAndExpectIndices("ss", "home", [0]) is true
71 PASS sendWithShiftKeyAndExpectIndices("ss", "home", [0]) is true
72 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [3, 4, 5, 6]) is true
73 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [3, 4, 5, 6]) is true
74 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [3]) is true
75 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0, 1, 2, 3]) is true
76 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0, 1, 2, 3]) is true
77 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0, 1, 2, 3]) is true
78 PASS sendWithShiftKeyAndExpectIndices("ss", "end", [3, 4, 5, 6]) is true
79 PASS sendWithShiftKeyAndExpectIndices("ss", "end", [3, 4, 5, 6]) is true
80 PASS sendWithShiftKeyAndExpectIndices("ss", "home", [0, 1, 2, 3]) is true
81 PASS sendWithShiftKeyAndExpectIndices("ss", "home", [0, 1, 2, 3]) is true
82 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [1, 2, 4]) is true
83 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [1, 2, 4, 5, 6]) is true
84 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [1, 2, 4, 5, 6]) is true
85 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1, 2]) is true
86 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1]) is true
87 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1]) is true
88 PASS sendWithShiftKeyAndExpectIndices("ssd", "end", [1, 2, 4, 5, 6]) is true
89 PASS sendWithShiftKeyAndExpectIndices("ssd", "end", [1, 2, 4, 5, 6]) is true
90 PASS sendWithShiftKeyAndExpectIndices("ssd", "home", [1]) is true
91 PASS sendWithShiftKeyAndExpectIndices("ssd", "home", [1]) is true
92 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [4, 5, 6]) is true
93 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [4, 5, 6]) is true
94 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [2, 4]) is true
95 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1, 2, 4]) is true
96 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1, 2, 4]) is true
97 PASS sendWithShiftKeyAndExpectIndices("ssd", "end", [4, 5, 6]) is true
98 PASS sendWithShiftKeyAndExpectIndices("ssd", "end", [4, 5, 6]) is true
99 PASS sendWithShiftKeyAndExpectIndices("ssd", "home", [1, 2, 4]) is true
100 PASS sendWithShiftKeyAndExpectIndices("ssd", "home", [1, 2, 4]) is true
101 PASS sendKeyAndExpectIndex("ssg", "pageDown", 0, 3) is true
102 PASS sendKeyAndExpectIndex("ssg", "pageDown", 1, 3) is true
103 PASS sendKeyAndExpectIndex("ssg", "pageDown", 2, 4) is true
104 PASS sendKeyAndExpectIndex("ssg", "pageDown", 3, 5) is true
105 PASS sendKeyAndExpectIndex("ssg", "pageDown", 4, 6) is true
106 PASS sendKeyAndExpectIndex("ssg", "pageDown", 5, 6) is true
107 PASS sendKeyAndExpectIndex("ssg", "pageDown", 6, 6) is true
108 PASS sendKeyAndExpectIndex("ssg", "pageUp", 6, 4) is true
109 PASS sendKeyAndExpectIndex("ssg", "pageUp", 5, 3) is true
110 PASS sendKeyAndExpectIndex("ssg", "pageUp", 4, 2) is true
111 PASS sendKeyAndExpectIndex("ssg", "pageUp", 3, 1) is true
112 PASS sendKeyAndExpectIndex("ssg", "pageUp", 2, 0) is true
113 PASS sendKeyAndExpectIndex("ssg", "pageUp", 1, 0) is true
114 PASS sendKeyAndExpectIndex("ssg", "pageUp", 0, 0) is true
115 PASS successfullyParsed is true
116
117 TEST COMPLETE
118