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

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

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
(Empty)
1 AXWebArea
2 AXHeading AXTitle='Level 2' AXValue='2'
3 AXStaticText AXValue='Level 2'
4 AXHeading AXTitle='Level 9' AXValue='9'
5 AXStaticText AXValue='Level 9'
6 AXHeading AXTitle='Level 1' AXValue='1'
7 AXStaticText AXValue='Level 1'
8 AXHeading AXTitle='Level 3' AXValue='3'
9 AXStaticText AXValue='Level 3'
10 AXHeading AXTitle='Level 3' AXValue='3'
11 AXStaticText AXValue='Level 3'
12 AXHeading AXTitle='Level 4' AXValue='4'
13 AXStaticText AXValue='Level 4'
14 AXHeading AXTitle='Level 5' AXValue='5'
15 AXStaticText AXValue='Level 5'
16 AXOutline
17 AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0'
18 AXStaticText AXValue='Tree item at level 1'
19 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='1'
20 AXStaticText AXValue='Tree item at level 2'
21 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='2'
22 AXStaticText AXValue='Tree item at level 3'
23 AXTable
24 AXRow AXDisclosureLevel='0'
25 AXCell
26 AXStaticText AXValue='Cell at level 1'
27 AXRow AXDisclosureLevel='1'
28 AXCell
29 AXStaticText AXValue='Cell at level 2'
30 AXColumn
31 AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698