OLD | NEW |
1 This test verifies that the Home/End/PageUp/PageDown keys work correctly for <se
lect> elements. Since it requires eventSender.keyDown, it will not run solo in t
he web browser; it must be run with run-webkit-tests. | 1 This test verifies that the Home/End/PageUp/PageDown keys work correctly for <se
lect> elements. Since it requires eventSender.keyDown, it will not run solo in t
he web browser; it must be run with run-webkit-tests. |
2 | 2 |
3 | 3 |
4 PASS sendKeyAndExpectIndex("ss", "PageDown", 0, 3) is true | 4 PASS sendKeyAndExpectIndex("ss", "PageDown", 0, 3) is true |
5 PASS sendKeyAndExpectIndex("ss", "PageDown", 1, 4) is true | 5 PASS sendKeyAndExpectIndex("ss", "PageDown", 1, 4) is true |
6 PASS sendKeyAndExpectIndex("ss", "PageDown", 2, 5) is true | 6 PASS sendKeyAndExpectIndex("ss", "PageDown", 2, 5) is true |
7 PASS sendKeyAndExpectIndex("ss", "PageDown", 3, 6) is true | 7 PASS sendKeyAndExpectIndex("ss", "PageDown", 3, 6) is true |
8 PASS sendKeyAndExpectIndex("ss", "PageDown", 4, 6) is true | 8 PASS sendKeyAndExpectIndex("ss", "PageDown", 4, 6) is true |
9 PASS sendKeyAndExpectIndex("ss", "PageDown", 5, 6) is true | 9 PASS sendKeyAndExpectIndex("ss", "PageDown", 5, 6) is true |
10 PASS sendKeyAndExpectIndex("ss", "PageDown", 6, 6) is true | 10 PASS sendKeyAndExpectIndex("ss", "PageDown", 6, 6) is true |
11 PASS sendKeyAndExpectIndex("ss", "PageUp", 6, 3) is true | 11 PASS sendKeyAndExpectIndex("ss", "PageUp", 6, 3) is true |
12 PASS sendKeyAndExpectIndex("ss", "PageUp", 5, 2) is true | 12 PASS sendKeyAndExpectIndex("ss", "PageUp", 5, 2) is true |
13 PASS sendKeyAndExpectIndex("ss", "PageUp", 4, 1) is true | 13 PASS sendKeyAndExpectIndex("ss", "PageUp", 4, 1) is true |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 PASS sendKeyAndExpectIndex("ssg", "PageUp", 5, 3) is true | 109 PASS sendKeyAndExpectIndex("ssg", "PageUp", 5, 3) is true |
110 PASS sendKeyAndExpectIndex("ssg", "PageUp", 4, 2) is true | 110 PASS sendKeyAndExpectIndex("ssg", "PageUp", 4, 2) is true |
111 PASS sendKeyAndExpectIndex("ssg", "PageUp", 3, 1) is true | 111 PASS sendKeyAndExpectIndex("ssg", "PageUp", 3, 1) is true |
112 PASS sendKeyAndExpectIndex("ssg", "PageUp", 2, 0) is true | 112 PASS sendKeyAndExpectIndex("ssg", "PageUp", 2, 0) is true |
113 PASS sendKeyAndExpectIndex("ssg", "PageUp", 1, 0) is true | 113 PASS sendKeyAndExpectIndex("ssg", "PageUp", 1, 0) is true |
114 PASS sendKeyAndExpectIndex("ssg", "PageUp", 0, 0) is true | 114 PASS sendKeyAndExpectIndex("ssg", "PageUp", 0, 0) is true |
115 PASS successfullyParsed is true | 115 PASS successfullyParsed is true |
116 | 116 |
117 TEST COMPLETE | 117 TEST COMPLETE |
118 | 118 |
OLD | NEW |