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

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

Issue 906573003: Worked around a trybot change by replacing spaces with "+" for the indentation in accessibility bro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Used two +s for indentation. Created 5 years, 10 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 AXWebArea 1 AXWebArea
2 AXHeading AXTitle='Level 2' AXValue='2' 2 ++AXHeading AXTitle='Level 2' AXValue='2'
3 AXStaticText AXValue='Level 2' 3 ++++AXStaticText AXValue='Level 2'
4 AXHeading AXTitle='Level 9' AXValue='9' 4 ++AXHeading AXTitle='Level 9' AXValue='9'
5 AXStaticText AXValue='Level 9' 5 ++++AXStaticText AXValue='Level 9'
6 AXHeading AXTitle='Level 1' AXValue='1' 6 ++AXHeading AXTitle='Level 1' AXValue='1'
7 AXStaticText AXValue='Level 1' 7 ++++AXStaticText AXValue='Level 1'
8 AXHeading AXTitle='Level 3' AXValue='3' 8 ++AXHeading AXTitle='Level 3' AXValue='3'
9 AXStaticText AXValue='Level 3' 9 ++++AXStaticText AXValue='Level 3'
10 AXHeading AXTitle='Level 3' AXValue='3' 10 ++AXHeading AXTitle='Level 3' AXValue='3'
11 AXStaticText AXValue='Level 3' 11 ++++AXStaticText AXValue='Level 3'
12 AXHeading AXTitle='Level 4' AXValue='4' 12 ++AXHeading AXTitle='Level 4' AXValue='4'
13 AXStaticText AXValue='Level 4' 13 ++++AXStaticText AXValue='Level 4'
14 AXHeading AXTitle='Level 5' AXValue='5' 14 ++AXHeading AXTitle='Level 5' AXValue='5'
15 AXStaticText AXValue='Level 5' 15 ++++AXStaticText AXValue='Level 5'
16 AXOutline 16 ++AXOutline
17 AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0' 17 ++++AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0'
18 AXStaticText AXValue='Tree item at level 1' 18 ++++++AXStaticText AXValue='Tree item at level 1'
19 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='1' 19 ++++++AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='1'
20 AXStaticText AXValue='Tree item at level 2' 20 ++++++++AXStaticText AXValue='Tree item at level 2'
21 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='2' 21 ++++AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='2'
22 AXStaticText AXValue='Tree item at level 3' 22 ++++++AXStaticText AXValue='Tree item at level 3'
23 AXTable 23 ++AXTable
24 AXRow AXDisclosureLevel='0' 24 ++++AXRow AXDisclosureLevel='0'
25 AXCell 25 ++++++AXCell
26 AXStaticText AXValue='Cell at level 1' 26 ++++++++AXStaticText AXValue='Cell at level 1'
27 AXRow AXDisclosureLevel='1' 27 ++++AXRow AXDisclosureLevel='1'
28 AXCell 28 ++++++AXCell
29 AXStaticText AXValue='Cell at level 2' 29 ++++++++AXStaticText AXValue='Cell at level 2'
30 AXColumn 30 ++++AXColumn
31 AXGroup 31 ++++AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698