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

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

Issue 2440833002: Revert of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Rebase after revert of another change touching cursors_test.js Created 4 years, 2 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 ++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 ++group
9 ++link action='jump' name='Link' 9 ++++button action='press' name='Button'
10 ++++staticText action='click' name='Link' 10 ++++link action='jump' name='Link'
11 ++++++inlineTextBox name='Link' 11 ++++++staticText action='click' name='Link'
12 ++textField 12 ++++++++inlineTextBox name='Link'
13 ++checkBox action='check' 13 ++++textField
14 ++checkBox action='uncheck' 14 ++++checkBox action='check'
15 ++radioButton action='select' 15 ++++checkBox action='uncheck'
16 ++++radioButton action='select'
16 ++switch action='check' name='ARIA Switch' 17 ++switch action='check' name='ARIA Switch'
17 ++popUpButton action='open' 18 ++group
18 ++++menuListPopup 19 ++++popUpButton action='open'
19 ++++++menuListOption action='click' name='Pop-up button' 20 ++++++menuListPopup
21 ++++++++menuListOption action='click' name='Pop-up button'
20 ++div action='click' 22 ++div action='click'
21 ++++staticText action='click' name='Div with click handler' 23 ++++staticText action='click' name='Div with click handler'
22 ++++++inlineTextBox name='Div with click handler' 24 ++++++inlineTextBox name='Div with click handler'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698