Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/select-element-expected.txt

Issue 2100243002: Remove non-standardize key code names from event_sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix inspector tests that were missed by sed Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
14 PASS sendKeyAndExpectIndex("ss", "pageUp", 3, 0) is true 14 PASS sendKeyAndExpectIndex("ss", "PageUp", 3, 0) is true
15 PASS sendKeyAndExpectIndex("ss", "pageUp", 2, 0) is true 15 PASS sendKeyAndExpectIndex("ss", "PageUp", 2, 0) is true
16 PASS sendKeyAndExpectIndex("ss", "pageUp", 1, 0) is true 16 PASS sendKeyAndExpectIndex("ss", "PageUp", 1, 0) is true
17 PASS sendKeyAndExpectIndex("ss", "pageUp", 0, 0) is true 17 PASS sendKeyAndExpectIndex("ss", "PageUp", 0, 0) is true
18 PASS sendKeyAndExpectIndex("ss", "home", 6, 0) is true 18 PASS sendKeyAndExpectIndex("ss", "Home", 6, 0) is true
19 PASS sendKeyAndExpectIndex("ss", "home", 5, 0) is true 19 PASS sendKeyAndExpectIndex("ss", "Home", 5, 0) is true
20 PASS sendKeyAndExpectIndex("ss", "home", 4, 0) is true 20 PASS sendKeyAndExpectIndex("ss", "Home", 4, 0) is true
21 PASS sendKeyAndExpectIndex("ss", "home", 3, 0) is true 21 PASS sendKeyAndExpectIndex("ss", "Home", 3, 0) is true
22 PASS sendKeyAndExpectIndex("ss", "home", 2, 0) is true 22 PASS sendKeyAndExpectIndex("ss", "Home", 2, 0) is true
23 PASS sendKeyAndExpectIndex("ss", "home", 1, 0) is true 23 PASS sendKeyAndExpectIndex("ss", "Home", 1, 0) is true
24 PASS sendKeyAndExpectIndex("ss", "home", 0, 0) is true 24 PASS sendKeyAndExpectIndex("ss", "Home", 0, 0) is true
25 PASS sendKeyAndExpectIndex("ss", "end", 6, 6) is true 25 PASS sendKeyAndExpectIndex("ss", "End", 6, 6) is true
26 PASS sendKeyAndExpectIndex("ss", "end", 5, 6) is true 26 PASS sendKeyAndExpectIndex("ss", "End", 5, 6) is true
27 PASS sendKeyAndExpectIndex("ss", "end", 4, 6) is true 27 PASS sendKeyAndExpectIndex("ss", "End", 4, 6) is true
28 PASS sendKeyAndExpectIndex("ss", "end", 3, 6) is true 28 PASS sendKeyAndExpectIndex("ss", "End", 3, 6) is true
29 PASS sendKeyAndExpectIndex("ss", "end", 2, 6) is true 29 PASS sendKeyAndExpectIndex("ss", "End", 2, 6) is true
30 PASS sendKeyAndExpectIndex("ss", "end", 1, 6) is true 30 PASS sendKeyAndExpectIndex("ss", "End", 1, 6) is true
31 PASS sendKeyAndExpectIndex("ss", "end", 0, 6) is true 31 PASS sendKeyAndExpectIndex("ss", "End", 0, 6) is true
32 PASS sendKeyAndExpectIndex("ssd", "pageDown", 0, 4) is true 32 PASS sendKeyAndExpectIndex("ssd", "PageDown", 0, 4) is true
33 PASS sendKeyAndExpectIndex("ssd", "pageDown", 1, 4) is true 33 PASS sendKeyAndExpectIndex("ssd", "PageDown", 1, 4) is true
34 PASS sendKeyAndExpectIndex("ssd", "pageDown", 2, 5) is true 34 PASS sendKeyAndExpectIndex("ssd", "PageDown", 2, 5) is true
35 PASS sendKeyAndExpectIndex("ssd", "pageDown", 4, 6) is true 35 PASS sendKeyAndExpectIndex("ssd", "PageDown", 4, 6) is true
36 PASS sendKeyAndExpectIndex("ssd", "pageDown", 5, 6) is true 36 PASS sendKeyAndExpectIndex("ssd", "PageDown", 5, 6) is true
37 PASS sendKeyAndExpectIndex("ssd", "pageDown", 6, 6) is true 37 PASS sendKeyAndExpectIndex("ssd", "PageDown", 6, 6) is true
38 PASS sendKeyAndExpectIndex("ssd", "pageDown", 7, 6) is true 38 PASS sendKeyAndExpectIndex("ssd", "PageDown", 7, 6) is true
39 PASS sendKeyAndExpectIndex("ssd", "pageUp", 7, 4) is true 39 PASS sendKeyAndExpectIndex("ssd", "PageUp", 7, 4) is true
40 PASS sendKeyAndExpectIndex("ssd", "pageUp", 6, 2) is true 40 PASS sendKeyAndExpectIndex("ssd", "PageUp", 6, 2) is true
41 PASS sendKeyAndExpectIndex("ssd", "pageUp", 5, 2) is true 41 PASS sendKeyAndExpectIndex("ssd", "PageUp", 5, 2) is true
42 PASS sendKeyAndExpectIndex("ssd", "pageUp", 4, 1) is true 42 PASS sendKeyAndExpectIndex("ssd", "PageUp", 4, 1) is true
43 PASS sendKeyAndExpectIndex("ssd", "pageUp", 2, 1) is true 43 PASS sendKeyAndExpectIndex("ssd", "PageUp", 2, 1) is true
44 PASS sendKeyAndExpectIndex("ssd", "pageUp", 1, 1) is true 44 PASS sendKeyAndExpectIndex("ssd", "PageUp", 1, 1) is true
45 PASS sendKeyAndExpectIndex("ssd", "pageUp", 0, 1) is true 45 PASS sendKeyAndExpectIndex("ssd", "PageUp", 0, 1) is true
46 PASS sendKeyAndExpectIndex("ssd", "home", 7, 1) is true 46 PASS sendKeyAndExpectIndex("ssd", "Home", 7, 1) is true
47 PASS sendKeyAndExpectIndex("ssd", "home", 6, 1) is true 47 PASS sendKeyAndExpectIndex("ssd", "Home", 6, 1) is true
48 PASS sendKeyAndExpectIndex("ssd", "home", 5, 1) is true 48 PASS sendKeyAndExpectIndex("ssd", "Home", 5, 1) is true
49 PASS sendKeyAndExpectIndex("ssd", "home", 4, 1) is true 49 PASS sendKeyAndExpectIndex("ssd", "Home", 4, 1) is true
50 PASS sendKeyAndExpectIndex("ssd", "home", 3, 1) is true 50 PASS sendKeyAndExpectIndex("ssd", "Home", 3, 1) is true
51 PASS sendKeyAndExpectIndex("ssd", "home", 2, 1) is true 51 PASS sendKeyAndExpectIndex("ssd", "Home", 2, 1) is true
52 PASS sendKeyAndExpectIndex("ssd", "home", 1, 1) is true 52 PASS sendKeyAndExpectIndex("ssd", "Home", 1, 1) is true
53 PASS sendKeyAndExpectIndex("ssd", "home", 0, 1) is true 53 PASS sendKeyAndExpectIndex("ssd", "Home", 0, 1) is true
54 PASS sendKeyAndExpectIndex("ssd", "end", 7, 6) is true 54 PASS sendKeyAndExpectIndex("ssd", "End", 7, 6) is true
55 PASS sendKeyAndExpectIndex("ssd", "end", 6, 6) is true 55 PASS sendKeyAndExpectIndex("ssd", "End", 6, 6) is true
56 PASS sendKeyAndExpectIndex("ssd", "end", 5, 6) is true 56 PASS sendKeyAndExpectIndex("ssd", "End", 5, 6) is true
57 PASS sendKeyAndExpectIndex("ssd", "end", 4, 6) is true 57 PASS sendKeyAndExpectIndex("ssd", "End", 4, 6) is true
58 PASS sendKeyAndExpectIndex("ssd", "end", 3, 6) is true 58 PASS sendKeyAndExpectIndex("ssd", "End", 3, 6) is true
59 PASS sendKeyAndExpectIndex("ssd", "end", 2, 6) is true 59 PASS sendKeyAndExpectIndex("ssd", "End", 2, 6) is true
60 PASS sendKeyAndExpectIndex("ssd", "end", 1, 6) is true 60 PASS sendKeyAndExpectIndex("ssd", "End", 1, 6) is true
61 PASS sendKeyAndExpectIndex("ssd", "end", 0, 6) is true 61 PASS sendKeyAndExpectIndex("ssd", "End", 0, 6) is true
62 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [0, 1, 2, 3]) 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]) i s true 63 PASS sendWithShiftKeyAndExpectIndices("ss", "PageDown", [0, 1, 2, 3, 4, 5, 6]) i s true
64 PASS sendWithShiftKeyAndExpectIndices("ss", "pageDown", [0, 1, 2, 3, 4, 5, 6]) i s true 64 PASS sendWithShiftKeyAndExpectIndices("ss", "PageDown", [0, 1, 2, 3, 4, 5, 6]) i s true
65 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0, 1, 2, 3]) is true 65 PASS sendWithShiftKeyAndExpectIndices("ss", "PageUp", [0, 1, 2, 3]) is true
66 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0]) is true 66 PASS sendWithShiftKeyAndExpectIndices("ss", "PageUp", [0]) is true
67 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 tru e 68 PASS sendWithShiftKeyAndExpectIndices("ss", "End", [0, 1, 2, 3, 4, 5, 6]) is tru e
69 PASS sendWithShiftKeyAndExpectIndices("ss", "end", [0, 1, 2, 3, 4, 5, 6]) is tru e 69 PASS sendWithShiftKeyAndExpectIndices("ss", "End", [0, 1, 2, 3, 4, 5, 6]) is tru e
70 PASS sendWithShiftKeyAndExpectIndices("ss", "home", [0]) is true 70 PASS sendWithShiftKeyAndExpectIndices("ss", "Home", [0]) is true
71 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 72 PASS sendWithShiftKeyAndExpectIndices("ss", "PageDown", [3, 4, 5, 6]) is true
73 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 74 PASS sendWithShiftKeyAndExpectIndices("ss", "PageUp", [3]) is true
75 PASS sendWithShiftKeyAndExpectIndices("ss", "pageUp", [0, 1, 2, 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 76 PASS sendWithShiftKeyAndExpectIndices("ss", "PageUp", [0, 1, 2, 3]) is true
77 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 78 PASS sendWithShiftKeyAndExpectIndices("ss", "End", [3, 4, 5, 6]) is true
79 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 80 PASS sendWithShiftKeyAndExpectIndices("ss", "Home", [0, 1, 2, 3]) is true
81 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 82 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageDown", [1, 2, 4]) is true
83 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [1, 2, 4, 5, 6]) is tru e 83 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageDown", [1, 2, 4, 5, 6]) is tru e
84 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageDown", [1, 2, 4, 5, 6]) is tru e 84 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageDown", [1, 2, 4, 5, 6]) is tru e
85 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1, 2]) is true 85 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageUp", [1, 2]) is true
86 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1]) is true 86 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageUp", [1]) is true
87 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 88 PASS sendWithShiftKeyAndExpectIndices("ssd", "End", [1, 2, 4, 5, 6]) is true
89 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 90 PASS sendWithShiftKeyAndExpectIndices("ssd", "Home", [1]) is true
91 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 92 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageDown", [4, 5, 6]) is true
93 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 94 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageUp", [2, 4]) is true
95 PASS sendWithShiftKeyAndExpectIndices("ssd", "pageUp", [1, 2, 4]) is true 95 PASS sendWithShiftKeyAndExpectIndices("ssd", "PageUp", [1, 2, 4]) is true
96 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 97 PASS sendWithShiftKeyAndExpectIndices("ssd", "End", [4, 5, 6]) is true
98 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 99 PASS sendWithShiftKeyAndExpectIndices("ssd", "Home", [1, 2, 4]) is true
100 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 101 PASS sendKeyAndExpectIndex("ssg", "PageDown", 0, 3) is true
102 PASS sendKeyAndExpectIndex("ssg", "pageDown", 1, 3) is true 102 PASS sendKeyAndExpectIndex("ssg", "PageDown", 1, 3) is true
103 PASS sendKeyAndExpectIndex("ssg", "pageDown", 2, 4) is true 103 PASS sendKeyAndExpectIndex("ssg", "PageDown", 2, 4) is true
104 PASS sendKeyAndExpectIndex("ssg", "pageDown", 3, 5) is true 104 PASS sendKeyAndExpectIndex("ssg", "PageDown", 3, 5) is true
105 PASS sendKeyAndExpectIndex("ssg", "pageDown", 4, 6) is true 105 PASS sendKeyAndExpectIndex("ssg", "PageDown", 4, 6) is true
106 PASS sendKeyAndExpectIndex("ssg", "pageDown", 5, 6) is true 106 PASS sendKeyAndExpectIndex("ssg", "PageDown", 5, 6) is true
107 PASS sendKeyAndExpectIndex("ssg", "pageDown", 6, 6) is true 107 PASS sendKeyAndExpectIndex("ssg", "PageDown", 6, 6) is true
108 PASS sendKeyAndExpectIndex("ssg", "pageUp", 6, 4) is true 108 PASS sendKeyAndExpectIndex("ssg", "PageUp", 6, 4) is true
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698