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

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

Issue 2799443002: Implemented ARIA colindex, rowindex, colcount and rowcount for Chromevox. (Closed)
Patch Set: Fixed Blink test.# with '#' will be ignored, and an empty message aborts the commit. 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 ++grid ariaRowCount=5 2 ++grid ariaRowCount=5
3 ++++row 3 ++++row
4 ++++++columnHeader name='cell 2' ariaRowIndex=3 4 ++++++columnHeader name='cell 2' ariaCellRowIndex=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' ariaCellRowIndex=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' ariaCellRowIndex=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 ariaCellRowIndex=4
14 ++++++cell name='cell 2' ariaRowIndex=4 14 ++++++cell name='cell 2' ariaCellRowIndex=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' ariaCellRowIndex=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
« no previous file with comments | « content/test/data/accessibility/aria/aria-row-attr.html ('k') | third_party/closure_compiler/externs/automation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698