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

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

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Expose table properties for <table role=grid> 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 ariaColCount=5 2 ++grid ariaColCount=5
3 ++++row 3 ++++row
4 ++++++columnHeader name='cell 2' ariaColIndex=2 4 ++++++columnHeader name='cell 2' ariaColIndex=2
5 ++++++++staticText name='cell 2' 5 ++++++++staticText name='cell 2'
6 ++++++++++inlineTextBox name='cell 2' 6 ++++++++++inlineTextBox name='cell 2'
7 ++++++columnHeader name='cell 4' ariaColIndex=4 7 ++++++columnHeader name='cell 4' ariaColIndex=4
8 ++++++++staticText name='cell 4' 8 ++++++++staticText name='cell 4'
9 ++++++++++inlineTextBox name='cell 4' 9 ++++++++++inlineTextBox name='cell 4'
10 ++++++columnHeader name='cell 5' ariaColIndex=5 10 ++++++columnHeader name='cell 5' ariaColIndex=5
11 ++++++++staticText name='cell 5' 11 ++++++++staticText name='cell 5'
12 ++++++++++inlineTextBox name='cell 5' 12 ++++++++++inlineTextBox name='cell 5'
13 ++++row 13 ++++row
14 ++++++cell name='cell 2' ariaColIndex=2 14 ++++++cell name='cell 2' ariaColIndex=2
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' ariaColIndex=3 17 ++++++cell name='cell 3' ariaColIndex=3
18 ++++++++staticText name='cell 3' 18 ++++++++staticText name='cell 3'
19 ++++++++++inlineTextBox name='cell 3' 19 ++++++++++inlineTextBox name='cell 3'
20 ++++++cell name='cell 4' ariaColIndex=4 20 ++++++cell name='cell 4' ariaColIndex=4
21 ++++++++staticText name='cell 4' 21 ++++++++staticText name='cell 4'
22 ++++++++++inlineTextBox name='cell 4' 22 ++++++++++inlineTextBox name='cell 4'
23 ++++++cell name='cell 5' ariaColIndex=5 23 ++++++cell name='cell 5' ariaColIndex=5
24 ++++++++staticText name='cell 5' 24 ++++++++staticText name='cell 5'
25 ++++++++++inlineTextBox name='cell 5' 25 ++++++++++inlineTextBox name='cell 5'
26 ++++column 26 ++++column
27 ++++column 27 ++++column
28 ++++column 28 ++++column
29 ++++column 29 ++++column
30 ++++tableHeaderContainer 30 ++++tableHeaderContainer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698