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

Side by Side Diff: content/test/data/accessibility/html/action-verbs-expected-blink.txt

Issue 2799413002: Views a11y: Add AXNodeData.actions bitfield to indicate supported actions by UI. (Closed)
Patch Set: Fix tests broken from rebase. Created 3 years, 7 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 rootWebArea name='Action verbs' 1 rootWebArea name='Action verbs'
2 ++genericContainer 2 ++genericContainer
3 ++++staticText name='Generic div' 3 ++++staticText name='Generic div'
4 ++++++inlineTextBox name='Generic div' 4 ++++++inlineTextBox name='Generic div'
5 ++heading name='Heading' 5 ++heading name='Heading'
6 ++++staticText name='Heading' 6 ++++staticText name='Heading'
7 ++++++inlineTextBox name='Heading' 7 ++++++inlineTextBox name='Heading'
8 ++button name='Button' defaultActionVerb=6 8 ++button name='Button' defaultActionVerb=6
9 ++link name='Link' defaultActionVerb=4 9 ++link name='Link' defaultActionVerb=4
10 ++++staticText name='Link' defaultActionVerb=3 10 ++++staticText name='Link' defaultActionVerb=3
11 ++++++inlineTextBox name='Link' 11 ++++++inlineTextBox name='Link'
12 ++textField 12 ++textField
13 ++checkBox defaultActionVerb=2 13 ++checkBox defaultActionVerb=2
14 ++checkBox defaultActionVerb=8 14 ++checkBox defaultActionVerb=8
15 ++radioButton defaultActionVerb=7 15 ++radioButton defaultActionVerb=7
16 ++switch name='ARIA Switch' defaultActionVerb=2 16 ++switch name='ARIA Switch' defaultActionVerb=2
17 ++popUpButton defaultActionVerb=5 17 ++popUpButton defaultActionVerb=5
18 ++++menuListPopup 18 ++++menuListPopup
19 ++++++menuListOption name='Pop-up button' defaultActionVerb=3 19 ++++++menuListOption name='Pop-up button' defaultActionVerb=3
20 ++genericContainer defaultActionVerb=3 20 ++genericContainer defaultActionVerb=3
21 ++++staticText name='Div with click handler' defaultActionVerb=3 21 ++++staticText name='Div with click handler' defaultActionVerb=3
22 ++++++inlineTextBox name='Div with click handler' 22 ++++++inlineTextBox name='Div with click handler'
23 <-- End-of-file -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698