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

Side by Side Diff: content/test/data/accessibility/aria/aria-grid-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 AXRoleDescription='HTML content' 1 AXWebArea AXRoleDescription='HTML content'
2 AXTable AXRoleDescription='table' 2 ++AXTable AXRoleDescription='table'
3 AXRow AXRoleDescription='row' 3 ++++AXRow AXRoleDescription='row'
4 AXCell AXRoleDescription='cell' 4 ++++++AXCell AXRoleDescription='cell'
5 AXStaticText AXRoleDescription='text' AXValue='Browser' 5 ++++++++AXStaticText AXRoleDescription='text' AXValue='Browser'
6 AXCell AXRoleDescription='cell' 6 ++++++AXCell AXRoleDescription='cell'
7 AXStaticText AXRoleDescription='text' AXValue='Rendering Engine' 7 ++++++++AXStaticText AXRoleDescription='text' AXValue='Rendering Engine'
8 AXRow AXRoleDescription='row' 8 ++++AXRow AXRoleDescription='row'
9 AXCell AXRoleDescription='cell' 9 ++++++AXCell AXRoleDescription='cell'
10 AXStaticText AXRoleDescription='text' AXValue='Chrome' 10 ++++++++AXStaticText AXRoleDescription='text' AXValue='Chrome'
11 AXCell AXRoleDescription='cell' 11 ++++++AXCell AXRoleDescription='cell'
12 AXStaticText AXRoleDescription='text' AXValue='Blink' 12 ++++++++AXStaticText AXRoleDescription='text' AXValue='Blink'
13 AXColumn AXRoleDescription='column' 13 ++++AXColumn AXRoleDescription='column'
14 AXColumn AXRoleDescription='column' 14 ++++AXColumn AXRoleDescription='column'
15 AXGroup AXRoleDescription='group' 15 ++++AXGroup AXRoleDescription='group'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698