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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. Created 3 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
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' AXTitle='Browser'
5 ++++++++AXStaticText AXRoleDescription='text' AXValue='Browser' 5 ++++++++AXStaticText AXRoleDescription='text' AXValue='Browser'
6 ++++++AXCell AXRoleDescription='cell' 6 ++++++AXCell AXRoleDescription='cell' AXTitle='Rendering Engine'
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' AXTitle='Chrome'
10 ++++++++AXStaticText AXRoleDescription='text' AXValue='Chrome' 10 ++++++++AXStaticText AXRoleDescription='text' AXValue='Chrome'
11 ++++++AXCell AXRoleDescription='cell' 11 ++++++AXCell AXRoleDescription='cell' AXTitle='Blink'
12 ++++++++AXStaticText AXRoleDescription='text' AXValue='Blink' 12 ++++++++AXStaticText AXRoleDescription='text' AXValue='Blink'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698