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

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

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

Powered by Google App Engine
This is Rietveld 408576698