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

Side by Side Diff: content/test/data/accessibility/aria/aria-autocomplete-expected-win.txt

Issue 1337643002: Made combo boxes into leaf nodes in all platform-specific accessibility trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 5 years, 3 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 | « content/browser/accessibility/browser_accessibility.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE 1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
2 ++ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:inline 2 ++ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:inline
3 ++++ROLE_SYSTEM_STATICTEXT name='autocomplete=inline'
4 ++ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:list 3 ++ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:list
5 ++++ROLE_SYSTEM_STATICTEXT name='autocomplete=list'
6 ++ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:both 4 ++ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:both
7 ++++ROLE_SYSTEM_STATICTEXT name='autocomplete=both'
8 ++ROLE_SYSTEM_COMBOBOX 5 ++ROLE_SYSTEM_COMBOBOX
9 ++++ROLE_SYSTEM_STATICTEXT name='autocomplete=none'
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698