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

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

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Added missing braces. Created 4 years 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 ++div 2 ++div
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 action='press' name='Button' 8 ++button name='Button' action=6
9 ++link action='jump' name='Link' 9 ++link name='Link' action=4
10 ++++staticText action='click' name='Link' 10 ++++staticText name='Link' action=3
11 ++++++inlineTextBox name='Link' 11 ++++++inlineTextBox name='Link'
12 ++textField 12 ++textField
13 ++checkBox action='check' 13 ++checkBox action=8
14 ++checkBox action='uncheck' 14 ++checkBox action=2
15 ++radioButton action='select' 15 ++radioButton action=7
16 ++switch action='check' name='ARIA Switch' 16 ++switch name='ARIA Switch' action=8
17 ++popUpButton action='open' 17 ++popUpButton action=5
18 ++++menuListPopup 18 ++++menuListPopup
19 ++++++menuListOption action='click' name='Pop-up button' 19 ++++++menuListOption name='Pop-up button' action=3
20 ++div action='click' 20 ++div action=3
21 ++++staticText action='click' name='Div with click handler' 21 ++++staticText name='Div with click handler' action=3
22 ++++++inlineTextBox name='Div with click handler' 22 ++++++inlineTextBox name='Div with click handler'
OLDNEW
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | third_party/WebKit/Source/modules/accessibility/AXObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698