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

Side by Side Diff: content/test/data/accessibility/aria/table-column-hidden-expected-blink.txt

Issue 2953363002: Updates table-like objects when cells are added or removed. (Closed)
Patch Set: Updates table-like objects when cell IDs are added or removed. Created 3 years, 5 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 ++grid ariaColumnCount=4 tableRowCount=3 tableColumnCount=3 cellIds=columnHeader ,columnHeader,columnHeader,cell,cell,cell,cell,cell,cell
3 ++++row
4 ++++++columnHeader name='Month' ariaCellColumnIndex=1 ariaCellRowIndex=1
5 ++++++++staticText name='Month'
6 ++++++++++inlineTextBox name='Month'
7 ++++++columnHeader name='Day' ariaCellColumnIndex=2 ariaCellRowIndex=1
8 ++++++++staticText name='Day'
9 ++++++++++inlineTextBox name='Day'
10 ++++++columnHeader name='Weather' ariaCellColumnIndex=4 ariaCellRowIndex=1
11 ++++++++staticText name='Weather'
12 ++++++++++inlineTextBox name='Weather'
13 ++++row
14 ++++++cell selectable name='January' ariaCellColumnIndex=1 ariaCellRowIndex=2
15 ++++++++staticText name='January'
16 ++++++++++inlineTextBox name='January'
17 ++++++cell selectable name='01' ariaCellColumnIndex=2 ariaCellRowIndex=2
18 ++++++++staticText name='01'
19 ++++++++++inlineTextBox name='01'
20 ++++++cell selectable name='Sunny' ariaCellColumnIndex=4 ariaCellRowIndex=2
21 ++++++++staticText name='Sunny'
22 ++++++++++inlineTextBox name='Sunny'
23 ++++row
24 ++++++cell selectable name='January' ariaCellColumnIndex=1 ariaCellRowIndex=2
25 ++++++++staticText name='January'
26 ++++++++++inlineTextBox name='January'
27 ++++++cell selectable name='02' ariaCellColumnIndex=2 ariaCellRowIndex=2
28 ++++++++staticText name='02'
29 ++++++++++inlineTextBox name='02'
30 ++++++cell selectable name='Rainy' ariaCellColumnIndex=4 ariaCellRowIndex=2
31 ++++++++staticText name='Rainy'
32 ++++++++++inlineTextBox name='Rainy'
33 ++++column
34 ++++column
35 ++++column
36 ++++tableHeaderContainer
37 ++paragraph
38 ++++staticText name='done'
39 ++++++inlineTextBox name='done'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698