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

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

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Fix bad rebase Created 3 years, 11 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
(Empty)
1 rootWebArea
2 ++table ariaColCount=5
3 ++++row
4 ++++++columnHeader ariaColIndex=2
5 ++++++++staticText name='cell 2'
6 ++++++++++inlineTextBox name='cell 2'
7 ++++++columnHeader ariaColIndex=4
8 ++++++++staticText name='cell 4'
9 ++++++++++inlineTextBox name='cell 4'
10 ++++++columnHeader ariaColIndex=5
11 ++++++++staticText name='cell 5'
12 ++++++++++inlineTextBox name='cell 5'
13 ++++row
14 ++++++cell ariaColIndex=2
15 ++++++++staticText name='cell 2'
16 ++++++++++inlineTextBox name='cell 2'
17 ++++++cell ariaColIndex=3
18 ++++++++staticText name='cell 3'
19 ++++++++++inlineTextBox name='cell 3'
20 ++++++cell ariaColIndex=4
21 ++++++++staticText name='cell 4'
22 ++++++++++inlineTextBox name='cell 4'
23 ++++++cell ariaColIndex=5
24 ++++++++staticText name='cell 5'
25 ++++++++++inlineTextBox name='cell 5'
26 ++++column
27 ++++column
28 ++++column
29 ++++column
30 ++++tableHeaderContainer
31 <-- End-of-file -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698