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

Side by Side Diff: LayoutTests/platform/android/accessibility/canvas-fallback-content-2-expected.txt

Issue 887643003: Changed accessibility properies to meet W3C standard. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Aplying rewiewer's sugestion. Created 5 years, 10 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 FAIL axElement2.role should be AXRole: AXPopUpButton. Was AXRole: AXListBox.
208 PASS axElement2.roleDescription is axElement1.roleDescription 208 PASS axElement2.roleDescription is axElement1.roleDescription
209 PASS axElement2.title is axElement1.title 209 PASS axElement2.title is axElement1.title
210 PASS axElement2.description is axElement1.description 210 PASS axElement2.description is axElement1.description
211 PASS axElement2.helpText is axElement1.helpText 211 PASS axElement2.helpText is axElement1.helpText
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
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698