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

Side by Side Diff: trunk/src/content/test/data/accessibility/aria-level-expected-mac.txt

Issue 14354004: Revert 194775 "Modify AccessibilityTreeFormatter to build up an ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 AXWebArea 1 AXWebArea
2 AXHeading AXTitle='H3' AXValue='3' 2 AXHeading title='H3' value='3'
3 AXStaticText AXValue='H3' 3 AXStaticText value='H3'
4 AXHeading AXTitle='ARIA heading level 3' AXValue='3' 4 AXHeading title='ARIA heading level 3' value='3'
5 AXStaticText AXValue='ARIA heading level 3' 5 AXStaticText value='ARIA heading level 3'
6 AXOutline 6 AXOutline
7 AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0' 7 AXRow subrole=AXOutlineRow disclosing='1' disclosureLevel='0'
8 AXStaticText AXValue='Tree item at level 1' 8 AXStaticText value='Tree item at level 1'
9 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='1' 9 AXRow subrole=AXOutlineRow disclosing='0' disclosureLevel='1'
10 AXStaticText AXValue='Tree item at level 2' 10 AXStaticText value='Tree item at level 2'
11 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='2' 11 AXRow subrole=AXOutlineRow disclosing='0' disclosureLevel='2'
12 AXStaticText AXValue='Tree item at level 3' 12 AXStaticText value='Tree item at level 3'
13 AXTable 13 AXTable
14 AXRow AXDisclosureLevel='0' 14 AXRow disclosureLevel='0'
15 AXCell 15 AXCell
16 AXStaticText AXValue='Cell at level 1' 16 AXStaticText value='Cell at level 1'
17 AXRow AXDisclosureLevel='1' 17 AXRow disclosureLevel='1'
18 AXCell 18 AXCell
19 AXStaticText AXValue='Cell at level 2' 19 AXStaticText value='Cell at level 2'
20 AXColumn 20 AXColumn
21 AXGroup 21 AXGroup
OLDNEW
« no previous file with comments | « trunk/src/content/test/data/accessibility/aria-level.html ('k') | trunk/src/content/test/data/accessibility/aria-menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698