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

Side by Side Diff: content/test/data/accessibility/aria/aria-row-attr-expected-blink.txt

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Fix mac tests 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 rootWebArea 1 rootWebArea
2 ++table ariaRowCount=5 2 ++grid ariaRowCount=5
3 ++++row 3 ++++row
4 ++++++columnHeader name='cell 2' ariaRowIndex=3 4 ++++++columnHeader name='cell 2' ariaRowIndex=3
5 ++++++++staticText name='cell 2' 5 ++++++++staticText name='cell 2'
6 ++++++++++inlineTextBox name='cell 2' 6 ++++++++++inlineTextBox name='cell 2'
7 ++++++columnHeader name='cell 3' ariaRowIndex=3 7 ++++++columnHeader name='cell 3' ariaRowIndex=3
8 ++++++++staticText name='cell 3' 8 ++++++++staticText name='cell 3'
9 ++++++++++inlineTextBox name='cell 3' 9 ++++++++++inlineTextBox name='cell 3'
10 ++++++columnHeader name='cell 4' ariaRowIndex=3 10 ++++++columnHeader name='cell 4' ariaRowIndex=3
11 ++++++++staticText name='cell 4' 11 ++++++++staticText name='cell 4'
12 ++++++++++inlineTextBox name='cell 4' 12 ++++++++++inlineTextBox name='cell 4'
13 ++++row ariaRowIndex=4 13 ++++row ariaRowIndex=4
14 ++++++cell name='cell 2' ariaRowIndex=4 14 ++++++cell name='cell 2' ariaRowIndex=4
15 ++++++++staticText name='cell 2' 15 ++++++++staticText name='cell 2'
16 ++++++++++inlineTextBox name='cell 2' 16 ++++++++++inlineTextBox name='cell 2'
17 ++++++cell name='cell 3' ariaRowIndex=4 17 ++++++cell name='cell 3' ariaRowIndex=4
18 ++++++++staticText name='cell 3' 18 ++++++++staticText name='cell 3'
19 ++++++++++inlineTextBox name='cell 3' 19 ++++++++++inlineTextBox name='cell 3'
20 ++++column 20 ++++column
21 ++++column 21 ++++column
22 ++++column 22 ++++column
23 ++++tableHeaderContainer 23 ++++tableHeaderContainer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698