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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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 Link Button Button Button 1 Link Button Button Button
2 Focusable 2 Focusable
3 Heading 3 Heading
4 4
5 ARIA button 5 ARIA button
6 ARIA disabled button 6 ARIA disabled button
7 ARIA enabled button 7 ARIA enabled button
8 ARIA required button 8 ARIA required button
9 ARIA toggle button 9 ARIA toggle button
10 ARIA link 10 ARIA link
11 This tests a number of different elements in canvas fallback content to make sur e their accessible attributes are essentially identical to the corresponding ele ments outside of canvas fallback content. 11 This tests a number of different elements in canvas fallback content to make sur e their accessible attributes are essentially identical to the corresponding ele ments outside of canvas fallback content.
12 12
13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
14 14
15 15
16 link1 16 link1
17 PASS document.activeElement == element1 is true 17 PASS document.activeElement == element1 is true
18 link2 18 link2
19 PASS document.activeElement == element2 is true 19 PASS document.activeElement == element2 is true
20 PASS axElement2.role is axElement1.role 20 PASS axElement2.role is axElement1.role
21 PASS axElement2.roleDescription is axElement1.roleDescription 21 PASS axElement2.roleDescription is axElement1.roleDescription
22 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 22 PASS axElement2.name is axElement1.deprecatedTitle
23 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 23 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
24 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 24 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
25 PASS axElement2.stringValue is axElement1.stringValue 25 PASS axElement2.stringValue is axElement1.stringValue
26 PASS axElement2.isEnabled is axElement1.isEnabled 26 PASS axElement2.isEnabled is axElement1.isEnabled
27 PASS axElement2.isRequired is axElement1.isRequired 27 PASS axElement2.isRequired is axElement1.isRequired
28 PASS axElement2.isChecked is axElement1.isChecked 28 PASS axElement2.isChecked is axElement1.isChecked
29 PASS axElement2.intValue is axElement1.intValue 29 PASS axElement2.intValue is axElement1.intValue
30 PASS axElement2.minValue is axElement1.minValue 30 PASS axElement2.minValue is axElement1.minValue
31 PASS axElement2.maxValue is axElement1.maxValue 31 PASS axElement2.maxValue is axElement1.maxValue
32 32
33 button1 33 button1
34 PASS document.activeElement == element1 is true 34 PASS document.activeElement == element1 is true
35 button2 35 button2
36 PASS document.activeElement == element2 is true 36 PASS document.activeElement == element2 is true
37 PASS axElement2.role is axElement1.role 37 PASS axElement2.role is axElement1.role
38 PASS axElement2.roleDescription is axElement1.roleDescription 38 PASS axElement2.roleDescription is axElement1.roleDescription
39 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 39 PASS axElement2.name is axElement1.deprecatedTitle
40 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 40 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
41 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 41 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
42 PASS axElement2.stringValue is axElement1.stringValue 42 PASS axElement2.stringValue is axElement1.stringValue
43 PASS axElement2.isEnabled is axElement1.isEnabled 43 PASS axElement2.isEnabled is axElement1.isEnabled
44 PASS axElement2.isRequired is axElement1.isRequired 44 PASS axElement2.isRequired is axElement1.isRequired
45 PASS axElement2.isChecked is axElement1.isChecked 45 PASS axElement2.isChecked is axElement1.isChecked
46 PASS axElement2.intValue is axElement1.intValue 46 PASS axElement2.intValue is axElement1.intValue
47 PASS axElement2.minValue is axElement1.minValue 47 PASS axElement2.minValue is axElement1.minValue
48 PASS axElement2.maxValue is axElement1.maxValue 48 PASS axElement2.maxValue is axElement1.maxValue
49 49
50 labeled-button1 50 labeled-button1
51 PASS document.activeElement == element1 is true 51 PASS document.activeElement == element1 is true
52 labeled-button2 52 labeled-button2
53 PASS document.activeElement == element2 is true 53 PASS document.activeElement == element2 is true
54 PASS axElement2.role is axElement1.role 54 PASS axElement2.role is axElement1.role
55 PASS axElement2.roleDescription is axElement1.roleDescription 55 PASS axElement2.roleDescription is axElement1.roleDescription
56 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 56 PASS axElement2.name is axElement1.deprecatedTitle
57 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 57 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
58 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 58 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
59 PASS axElement2.stringValue is axElement1.stringValue 59 PASS axElement2.stringValue is axElement1.stringValue
60 PASS axElement2.isEnabled is axElement1.isEnabled 60 PASS axElement2.isEnabled is axElement1.isEnabled
61 PASS axElement2.isRequired is axElement1.isRequired 61 PASS axElement2.isRequired is axElement1.isRequired
62 PASS axElement2.isChecked is axElement1.isChecked 62 PASS axElement2.isChecked is axElement1.isChecked
63 PASS axElement2.intValue is axElement1.intValue 63 PASS axElement2.intValue is axElement1.intValue
64 PASS axElement2.minValue is axElement1.minValue 64 PASS axElement2.minValue is axElement1.minValue
65 PASS axElement2.maxValue is axElement1.maxValue 65 PASS axElement2.maxValue is axElement1.maxValue
66 66
67 button-with-title1 67 button-with-title1
68 PASS document.activeElement == element1 is true 68 PASS document.activeElement == element1 is true
69 button-with-title2 69 button-with-title2
70 PASS document.activeElement == element2 is true 70 PASS document.activeElement == element2 is true
71 PASS axElement2.role is axElement1.role 71 PASS axElement2.role is axElement1.role
72 PASS axElement2.roleDescription is axElement1.roleDescription 72 PASS axElement2.roleDescription is axElement1.roleDescription
73 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 73 PASS axElement2.name is axElement1.deprecatedTitle
74 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 74 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
75 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 75 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
76 PASS axElement2.stringValue is axElement1.stringValue 76 PASS axElement2.stringValue is axElement1.stringValue
77 PASS axElement2.isEnabled is axElement1.isEnabled 77 PASS axElement2.isEnabled is axElement1.isEnabled
78 PASS axElement2.isRequired is axElement1.isRequired 78 PASS axElement2.isRequired is axElement1.isRequired
79 PASS axElement2.isChecked is axElement1.isChecked 79 PASS axElement2.isChecked is axElement1.isChecked
80 PASS axElement2.intValue is axElement1.intValue 80 PASS axElement2.intValue is axElement1.intValue
81 PASS axElement2.minValue is axElement1.minValue 81 PASS axElement2.minValue is axElement1.minValue
82 PASS axElement2.maxValue is axElement1.maxValue 82 PASS axElement2.maxValue is axElement1.maxValue
83 83
84 text1 84 text1
85 PASS document.activeElement == element1 is true 85 PASS document.activeElement == element1 is true
86 text2 86 text2
87 PASS document.activeElement == element2 is true 87 PASS document.activeElement == element2 is true
88 PASS axElement2.role is axElement1.role 88 PASS axElement2.role is axElement1.role
89 PASS axElement2.roleDescription is axElement1.roleDescription 89 PASS axElement2.roleDescription is axElement1.roleDescription
90 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 90 PASS axElement2.name is axElement1.deprecatedTitle
91 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 91 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
92 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 92 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
93 PASS axElement2.stringValue is axElement1.stringValue 93 PASS axElement2.stringValue is axElement1.stringValue
94 PASS axElement2.isEnabled is axElement1.isEnabled 94 PASS axElement2.isEnabled is axElement1.isEnabled
95 PASS axElement2.isRequired is axElement1.isRequired 95 PASS axElement2.isRequired is axElement1.isRequired
96 PASS axElement2.isChecked is axElement1.isChecked 96 PASS axElement2.isChecked is axElement1.isChecked
97 PASS axElement2.intValue is axElement1.intValue 97 PASS axElement2.intValue is axElement1.intValue
98 PASS axElement2.minValue is axElement1.minValue 98 PASS axElement2.minValue is axElement1.minValue
99 PASS axElement2.maxValue is axElement1.maxValue 99 PASS axElement2.maxValue is axElement1.maxValue
100 100
101 checkbox1 101 checkbox1
102 PASS document.activeElement == element1 is true 102 PASS document.activeElement == element1 is true
103 checkbox2 103 checkbox2
104 PASS document.activeElement == element2 is true 104 PASS document.activeElement == element2 is true
105 PASS axElement2.role is axElement1.role 105 PASS axElement2.role is axElement1.role
106 PASS axElement2.roleDescription is axElement1.roleDescription 106 PASS axElement2.roleDescription is axElement1.roleDescription
107 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 107 PASS axElement2.name is axElement1.deprecatedTitle
108 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 108 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
109 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 109 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
110 PASS axElement2.stringValue is axElement1.stringValue 110 PASS axElement2.stringValue is axElement1.stringValue
111 PASS axElement2.isEnabled is axElement1.isEnabled 111 PASS axElement2.isEnabled is axElement1.isEnabled
112 PASS axElement2.isRequired is axElement1.isRequired 112 PASS axElement2.isRequired is axElement1.isRequired
113 PASS axElement2.isChecked is axElement1.isChecked 113 PASS axElement2.isChecked is axElement1.isChecked
114 PASS axElement2.intValue is axElement1.intValue 114 PASS axElement2.intValue is axElement1.intValue
115 PASS axElement2.minValue is axElement1.minValue 115 PASS axElement2.minValue is axElement1.minValue
116 PASS axElement2.maxValue is axElement1.maxValue 116 PASS axElement2.maxValue is axElement1.maxValue
117 117
118 number1 118 number1
119 PASS document.activeElement == element1 is true 119 PASS document.activeElement == element1 is true
120 number2 120 number2
121 PASS document.activeElement == element2 is true 121 PASS document.activeElement == element2 is true
122 PASS axElement2.role is axElement1.role 122 PASS axElement2.role is axElement1.role
123 PASS axElement2.roleDescription is axElement1.roleDescription 123 PASS axElement2.roleDescription is axElement1.roleDescription
124 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 124 PASS axElement2.name is axElement1.deprecatedTitle
125 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 125 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
126 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 126 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
127 PASS axElement2.stringValue is axElement1.stringValue 127 PASS axElement2.stringValue is axElement1.stringValue
128 PASS axElement2.isEnabled is axElement1.isEnabled 128 PASS axElement2.isEnabled is axElement1.isEnabled
129 PASS axElement2.isRequired is axElement1.isRequired 129 PASS axElement2.isRequired is axElement1.isRequired
130 PASS axElement2.isChecked is axElement1.isChecked 130 PASS axElement2.isChecked is axElement1.isChecked
131 PASS axElement2.intValue is axElement1.intValue 131 PASS axElement2.intValue is axElement1.intValue
132 PASS axElement2.minValue is axElement1.minValue 132 PASS axElement2.minValue is axElement1.minValue
133 PASS axElement2.maxValue is axElement1.maxValue 133 PASS axElement2.maxValue is axElement1.maxValue
134 134
135 radio1 135 radio1
136 PASS document.activeElement == element1 is true 136 PASS document.activeElement == element1 is true
137 radio2 137 radio2
138 PASS document.activeElement == element2 is true 138 PASS document.activeElement == element2 is true
139 PASS axElement2.role is axElement1.role 139 PASS axElement2.role is axElement1.role
140 PASS axElement2.roleDescription is axElement1.roleDescription 140 PASS axElement2.roleDescription is axElement1.roleDescription
141 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 141 PASS axElement2.name is axElement1.deprecatedTitle
142 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 142 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
143 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 143 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
144 PASS axElement2.stringValue is axElement1.stringValue 144 PASS axElement2.stringValue is axElement1.stringValue
145 PASS axElement2.isEnabled is axElement1.isEnabled 145 PASS axElement2.isEnabled is axElement1.isEnabled
146 PASS axElement2.isRequired is axElement1.isRequired 146 PASS axElement2.isRequired is axElement1.isRequired
147 PASS axElement2.isChecked is axElement1.isChecked 147 PASS axElement2.isChecked is axElement1.isChecked
148 PASS axElement2.intValue is axElement1.intValue 148 PASS axElement2.intValue is axElement1.intValue
149 PASS axElement2.minValue is axElement1.minValue 149 PASS axElement2.minValue is axElement1.minValue
150 PASS axElement2.maxValue is axElement1.maxValue 150 PASS axElement2.maxValue is axElement1.maxValue
151 151
152 slider1 152 slider1
153 PASS document.activeElement == element1 is true 153 PASS document.activeElement == element1 is true
154 slider2 154 slider2
155 PASS document.activeElement == element2 is true 155 PASS document.activeElement == element2 is true
156 PASS axElement2.role is axElement1.role 156 PASS axElement2.role is axElement1.role
157 PASS axElement2.roleDescription is axElement1.roleDescription 157 PASS axElement2.roleDescription is axElement1.roleDescription
158 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 158 PASS axElement2.name is axElement1.deprecatedTitle
159 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 159 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
160 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 160 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
161 PASS axElement2.stringValue is axElement1.stringValue 161 PASS axElement2.stringValue is axElement1.stringValue
162 PASS axElement2.isEnabled is axElement1.isEnabled 162 PASS axElement2.isEnabled is axElement1.isEnabled
163 PASS axElement2.isRequired is axElement1.isRequired 163 PASS axElement2.isRequired is axElement1.isRequired
164 PASS axElement2.isChecked is axElement1.isChecked 164 PASS axElement2.isChecked is axElement1.isChecked
165 PASS axElement2.intValue is axElement1.intValue 165 PASS axElement2.intValue is axElement1.intValue
166 PASS axElement2.minValue is axElement1.minValue 166 PASS axElement2.minValue is axElement1.minValue
167 PASS axElement2.maxValue is axElement1.maxValue 167 PASS axElement2.maxValue is axElement1.maxValue
168 168
169 submit1 169 submit1
170 PASS document.activeElement == element1 is true 170 PASS document.activeElement == element1 is true
171 submit2 171 submit2
172 PASS document.activeElement == element2 is true 172 PASS document.activeElement == element2 is true
173 PASS axElement2.role is axElement1.role 173 PASS axElement2.role is axElement1.role
174 PASS axElement2.roleDescription is axElement1.roleDescription 174 PASS axElement2.roleDescription is axElement1.roleDescription
175 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 175 PASS axElement2.name is axElement1.deprecatedTitle
176 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 176 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
177 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 177 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
178 PASS axElement2.stringValue is axElement1.stringValue 178 PASS axElement2.stringValue is axElement1.stringValue
179 PASS axElement2.isEnabled is axElement1.isEnabled 179 PASS axElement2.isEnabled is axElement1.isEnabled
180 PASS axElement2.isRequired is axElement1.isRequired 180 PASS axElement2.isRequired is axElement1.isRequired
181 PASS axElement2.isChecked is axElement1.isChecked 181 PASS axElement2.isChecked is axElement1.isChecked
182 PASS axElement2.intValue is axElement1.intValue 182 PASS axElement2.intValue is axElement1.intValue
183 PASS axElement2.minValue is axElement1.minValue 183 PASS axElement2.minValue is axElement1.minValue
184 PASS axElement2.maxValue is axElement1.maxValue 184 PASS axElement2.maxValue is axElement1.maxValue
185 185
186 combobox1 186 combobox1
187 PASS document.activeElement == element1 is true 187 PASS document.activeElement == element1 is true
188 combobox2 188 combobox2
189 PASS document.activeElement == element2 is true 189 PASS document.activeElement == element2 is true
190 PASS axElement2.role is axElement1.role 190 PASS axElement2.role is axElement1.role
191 PASS axElement2.roleDescription is axElement1.roleDescription 191 PASS axElement2.roleDescription is axElement1.roleDescription
192 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 192 PASS axElement2.name is axElement1.deprecatedTitle
193 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 193 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
194 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 194 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
195 PASS axElement2.stringValue is axElement1.stringValue 195 PASS axElement2.stringValue is axElement1.stringValue
196 PASS axElement2.isEnabled is axElement1.isEnabled 196 PASS axElement2.isEnabled is axElement1.isEnabled
197 PASS axElement2.isRequired is axElement1.isRequired 197 PASS axElement2.isRequired is axElement1.isRequired
198 PASS axElement2.isChecked is axElement1.isChecked 198 PASS axElement2.isChecked is axElement1.isChecked
199 PASS axElement2.intValue is axElement1.intValue 199 PASS axElement2.intValue is axElement1.intValue
200 PASS axElement2.minValue is axElement1.minValue 200 PASS axElement2.minValue is axElement1.minValue
201 PASS axElement2.maxValue is axElement1.maxValue 201 PASS axElement2.maxValue is axElement1.maxValue
202 202
203 listbox1 203 listbox1
204 PASS document.activeElement == element1 is true 204 PASS document.activeElement == element1 is true
205 listbox2 205 listbox2
206 PASS document.activeElement == element2 is true 206 PASS document.activeElement == element2 is true
207 PASS axElement2.role is axElement1.role 207 PASS axElement2.role is axElement1.role
208 PASS axElement2.roleDescription is axElement1.roleDescription 208 PASS axElement2.roleDescription is axElement1.roleDescription
209 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 209 PASS axElement2.name is axElement1.deprecatedTitle
210 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 210 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
211 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 211 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
212 PASS axElement2.stringValue is axElement1.stringValue 212 PASS axElement2.stringValue is axElement1.stringValue
213 PASS axElement2.isEnabled is axElement1.isEnabled 213 PASS axElement2.isEnabled is axElement1.isEnabled
214 PASS axElement2.isRequired is axElement1.isRequired 214 PASS axElement2.isRequired is axElement1.isRequired
215 PASS axElement2.isChecked is axElement1.isChecked 215 PASS axElement2.isChecked is axElement1.isChecked
216 PASS axElement2.intValue is axElement1.intValue 216 PASS axElement2.intValue is axElement1.intValue
217 PASS axElement2.minValue is axElement1.minValue 217 PASS axElement2.minValue is axElement1.minValue
218 PASS axElement2.maxValue is axElement1.maxValue 218 PASS axElement2.maxValue is axElement1.maxValue
219 219
220 textarea1 220 textarea1
221 PASS document.activeElement == element1 is true 221 PASS document.activeElement == element1 is true
222 textarea2 222 textarea2
223 PASS document.activeElement == element2 is true 223 PASS document.activeElement == element2 is true
224 PASS axElement2.role is axElement1.role 224 PASS axElement2.role is axElement1.role
225 PASS axElement2.roleDescription is axElement1.roleDescription 225 PASS axElement2.roleDescription is axElement1.roleDescription
226 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 226 PASS axElement2.name is axElement1.deprecatedTitle
227 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 227 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
228 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 228 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
229 PASS axElement2.stringValue is axElement1.stringValue 229 PASS axElement2.stringValue is axElement1.stringValue
230 PASS axElement2.isEnabled is axElement1.isEnabled 230 PASS axElement2.isEnabled is axElement1.isEnabled
231 PASS axElement2.isRequired is axElement1.isRequired 231 PASS axElement2.isRequired is axElement1.isRequired
232 PASS axElement2.isChecked is axElement1.isChecked 232 PASS axElement2.isChecked is axElement1.isChecked
233 PASS axElement2.intValue is axElement1.intValue 233 PASS axElement2.intValue is axElement1.intValue
234 PASS axElement2.minValue is axElement1.minValue 234 PASS axElement2.minValue is axElement1.minValue
235 PASS axElement2.maxValue is axElement1.maxValue 235 PASS axElement2.maxValue is axElement1.maxValue
236 236
237 focusable1 237 focusable1
238 PASS document.activeElement == element1 is true 238 PASS document.activeElement == element1 is true
239 focusable2 239 focusable2
240 PASS document.activeElement == element2 is true 240 PASS document.activeElement == element2 is true
241 PASS axElement2.role is axElement1.role 241 PASS axElement2.role is axElement1.role
242 PASS axElement2.roleDescription is axElement1.roleDescription 242 PASS axElement2.roleDescription is axElement1.roleDescription
243 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 243 PASS axElement2.name is axElement1.deprecatedTitle
244 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 244 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
245 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 245 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
246 PASS axElement2.stringValue is axElement1.stringValue 246 PASS axElement2.stringValue is axElement1.stringValue
247 PASS axElement2.isEnabled is axElement1.isEnabled 247 PASS axElement2.isEnabled is axElement1.isEnabled
248 PASS axElement2.isRequired is axElement1.isRequired 248 PASS axElement2.isRequired is axElement1.isRequired
249 PASS axElement2.isChecked is axElement1.isChecked 249 PASS axElement2.isChecked is axElement1.isChecked
250 PASS axElement2.intValue is axElement1.intValue 250 PASS axElement2.intValue is axElement1.intValue
251 PASS axElement2.minValue is axElement1.minValue 251 PASS axElement2.minValue is axElement1.minValue
252 PASS axElement2.maxValue is axElement1.maxValue 252 PASS axElement2.maxValue is axElement1.maxValue
253 253
254 heading1 254 heading1
255 PASS document.activeElement == element1 is true 255 PASS document.activeElement == element1 is true
256 heading2 256 heading2
257 PASS document.activeElement == element2 is true 257 PASS document.activeElement == element2 is true
258 PASS axElement2.role is axElement1.role 258 PASS axElement2.role is axElement1.role
259 PASS axElement2.roleDescription is axElement1.roleDescription 259 PASS axElement2.roleDescription is axElement1.roleDescription
260 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 260 PASS axElement2.name is axElement1.deprecatedTitle
261 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 261 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
262 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 262 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
263 PASS axElement2.stringValue is axElement1.stringValue 263 PASS axElement2.stringValue is axElement1.stringValue
264 PASS axElement2.isEnabled is axElement1.isEnabled 264 PASS axElement2.isEnabled is axElement1.isEnabled
265 PASS axElement2.isRequired is axElement1.isRequired 265 PASS axElement2.isRequired is axElement1.isRequired
266 PASS axElement2.isChecked is axElement1.isChecked 266 PASS axElement2.isChecked is axElement1.isChecked
267 PASS axElement2.intValue is axElement1.intValue 267 PASS axElement2.intValue is axElement1.intValue
268 PASS axElement2.minValue is axElement1.minValue 268 PASS axElement2.minValue is axElement1.minValue
269 PASS axElement2.maxValue is axElement1.maxValue 269 PASS axElement2.maxValue is axElement1.maxValue
270 270
271 aria-button1 271 aria-button1
272 PASS document.activeElement == element1 is true 272 PASS document.activeElement == element1 is true
273 aria-button2 273 aria-button2
274 PASS document.activeElement == element2 is true 274 PASS document.activeElement == element2 is true
275 PASS axElement2.role is axElement1.role 275 PASS axElement2.role is axElement1.role
276 PASS axElement2.roleDescription is axElement1.roleDescription 276 PASS axElement2.roleDescription is axElement1.roleDescription
277 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 277 PASS axElement2.name is axElement1.deprecatedTitle
278 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 278 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
279 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 279 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
280 PASS axElement2.stringValue is axElement1.stringValue 280 PASS axElement2.stringValue is axElement1.stringValue
281 PASS axElement2.isEnabled is axElement1.isEnabled 281 PASS axElement2.isEnabled is axElement1.isEnabled
282 PASS axElement2.isRequired is axElement1.isRequired 282 PASS axElement2.isRequired is axElement1.isRequired
283 PASS axElement2.isChecked is axElement1.isChecked 283 PASS axElement2.isChecked is axElement1.isChecked
284 PASS axElement2.intValue is axElement1.intValue 284 PASS axElement2.intValue is axElement1.intValue
285 PASS axElement2.minValue is axElement1.minValue 285 PASS axElement2.minValue is axElement1.minValue
286 PASS axElement2.maxValue is axElement1.maxValue 286 PASS axElement2.maxValue is axElement1.maxValue
287 287
288 aria-disabledbutton1 288 aria-disabledbutton1
289 PASS document.activeElement == element1 is true 289 PASS document.activeElement == element1 is true
290 aria-disabledbutton2 290 aria-disabledbutton2
291 PASS document.activeElement == element2 is true 291 PASS document.activeElement == element2 is true
292 PASS axElement2.role is axElement1.role 292 PASS axElement2.role is axElement1.role
293 PASS axElement2.roleDescription is axElement1.roleDescription 293 PASS axElement2.roleDescription is axElement1.roleDescription
294 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 294 PASS axElement2.name is axElement1.deprecatedTitle
295 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 295 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
296 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 296 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
297 PASS axElement2.stringValue is axElement1.stringValue 297 PASS axElement2.stringValue is axElement1.stringValue
298 PASS axElement2.isEnabled is axElement1.isEnabled 298 PASS axElement2.isEnabled is axElement1.isEnabled
299 PASS axElement2.isRequired is axElement1.isRequired 299 PASS axElement2.isRequired is axElement1.isRequired
300 PASS axElement2.isChecked is axElement1.isChecked 300 PASS axElement2.isChecked is axElement1.isChecked
301 PASS axElement2.intValue is axElement1.intValue 301 PASS axElement2.intValue is axElement1.intValue
302 PASS axElement2.minValue is axElement1.minValue 302 PASS axElement2.minValue is axElement1.minValue
303 PASS axElement2.maxValue is axElement1.maxValue 303 PASS axElement2.maxValue is axElement1.maxValue
304 304
305 aria-enabledbutton1 305 aria-enabledbutton1
306 PASS document.activeElement == element1 is true 306 PASS document.activeElement == element1 is true
307 aria-enabledbutton2 307 aria-enabledbutton2
308 PASS document.activeElement == element2 is true 308 PASS document.activeElement == element2 is true
309 PASS axElement2.role is axElement1.role 309 PASS axElement2.role is axElement1.role
310 PASS axElement2.roleDescription is axElement1.roleDescription 310 PASS axElement2.roleDescription is axElement1.roleDescription
311 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 311 PASS axElement2.name is axElement1.deprecatedTitle
312 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 312 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
313 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 313 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
314 PASS axElement2.stringValue is axElement1.stringValue 314 PASS axElement2.stringValue is axElement1.stringValue
315 PASS axElement2.isEnabled is axElement1.isEnabled 315 PASS axElement2.isEnabled is axElement1.isEnabled
316 PASS axElement2.isRequired is axElement1.isRequired 316 PASS axElement2.isRequired is axElement1.isRequired
317 PASS axElement2.isChecked is axElement1.isChecked 317 PASS axElement2.isChecked is axElement1.isChecked
318 PASS axElement2.intValue is axElement1.intValue 318 PASS axElement2.intValue is axElement1.intValue
319 PASS axElement2.minValue is axElement1.minValue 319 PASS axElement2.minValue is axElement1.minValue
320 PASS axElement2.maxValue is axElement1.maxValue 320 PASS axElement2.maxValue is axElement1.maxValue
321 321
322 aria-requiredbutton1 322 aria-requiredbutton1
323 PASS document.activeElement == element1 is true 323 PASS document.activeElement == element1 is true
324 aria-requiredbutton2 324 aria-requiredbutton2
325 PASS document.activeElement == element2 is true 325 PASS document.activeElement == element2 is true
326 PASS axElement2.role is axElement1.role 326 PASS axElement2.role is axElement1.role
327 PASS axElement2.roleDescription is axElement1.roleDescription 327 PASS axElement2.roleDescription is axElement1.roleDescription
328 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 328 PASS axElement2.name is axElement1.deprecatedTitle
329 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 329 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
330 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 330 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
331 PASS axElement2.stringValue is axElement1.stringValue 331 PASS axElement2.stringValue is axElement1.stringValue
332 PASS axElement2.isEnabled is axElement1.isEnabled 332 PASS axElement2.isEnabled is axElement1.isEnabled
333 PASS axElement2.isRequired is axElement1.isRequired 333 PASS axElement2.isRequired is axElement1.isRequired
334 PASS axElement2.isChecked is axElement1.isChecked 334 PASS axElement2.isChecked is axElement1.isChecked
335 PASS axElement2.intValue is axElement1.intValue 335 PASS axElement2.intValue is axElement1.intValue
336 PASS axElement2.minValue is axElement1.minValue 336 PASS axElement2.minValue is axElement1.minValue
337 PASS axElement2.maxValue is axElement1.maxValue 337 PASS axElement2.maxValue is axElement1.maxValue
338 338
339 aria-togglebutton1 339 aria-togglebutton1
340 PASS document.activeElement == element1 is true 340 PASS document.activeElement == element1 is true
341 aria-togglebutton2 341 aria-togglebutton2
342 PASS document.activeElement == element2 is true 342 PASS document.activeElement == element2 is true
343 PASS axElement2.role is axElement1.role 343 PASS axElement2.role is axElement1.role
344 PASS axElement2.roleDescription is axElement1.roleDescription 344 PASS axElement2.roleDescription is axElement1.roleDescription
345 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 345 PASS axElement2.name is axElement1.deprecatedTitle
346 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 346 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
347 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 347 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
348 PASS axElement2.stringValue is axElement1.stringValue 348 PASS axElement2.stringValue is axElement1.stringValue
349 PASS axElement2.isEnabled is axElement1.isEnabled 349 PASS axElement2.isEnabled is axElement1.isEnabled
350 PASS axElement2.isRequired is axElement1.isRequired 350 PASS axElement2.isRequired is axElement1.isRequired
351 PASS axElement2.isChecked is axElement1.isChecked 351 PASS axElement2.isChecked is axElement1.isChecked
352 PASS axElement2.intValue is axElement1.intValue 352 PASS axElement2.intValue is axElement1.intValue
353 PASS axElement2.minValue is axElement1.minValue 353 PASS axElement2.minValue is axElement1.minValue
354 PASS axElement2.maxValue is axElement1.maxValue 354 PASS axElement2.maxValue is axElement1.maxValue
355 355
356 aria-link1 356 aria-link1
357 PASS document.activeElement == element1 is true 357 PASS document.activeElement == element1 is true
358 aria-link2 358 aria-link2
359 PASS document.activeElement == element2 is true 359 PASS document.activeElement == element2 is true
360 PASS axElement2.role is axElement1.role 360 PASS axElement2.role is axElement1.role
361 PASS axElement2.roleDescription is axElement1.roleDescription 361 PASS axElement2.roleDescription is axElement1.roleDescription
362 PASS axElement2.deprecatedTitle is axElement1.deprecatedTitle 362 PASS axElement2.name is axElement1.deprecatedTitle
363 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription 363 PASS axElement2.deprecatedDescription is axElement1.deprecatedDescription
364 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText 364 PASS axElement2.deprecatedHelpText is axElement1.deprecatedHelpText
365 PASS axElement2.stringValue is axElement1.stringValue 365 PASS axElement2.stringValue is axElement1.stringValue
366 PASS axElement2.isEnabled is axElement1.isEnabled 366 PASS axElement2.isEnabled is axElement1.isEnabled
367 PASS axElement2.isRequired is axElement1.isRequired 367 PASS axElement2.isRequired is axElement1.isRequired
368 PASS axElement2.isChecked is axElement1.isChecked 368 PASS axElement2.isChecked is axElement1.isChecked
369 PASS axElement2.intValue is axElement1.intValue 369 PASS axElement2.intValue is axElement1.intValue
370 PASS axElement2.minValue is axElement1.minValue 370 PASS axElement2.minValue is axElement1.minValue
371 PASS axElement2.maxValue is axElement1.maxValue 371 PASS axElement2.maxValue is axElement1.maxValue
372 372
373 PASS successfullyParsed is true 373 PASS successfullyParsed is true
374 374
375 TEST COMPLETE 375 TEST COMPLETE
376 376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698