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

Side by Side Diff: content/test/data/accessibility/aria/table-column-hidden-expected-win.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
« no previous file with comments | « content/test/data/accessibility/aria/table-column-hidden-expected-mac.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
2 ++ROLE_SYSTEM_TABLE colcount:4
3 ++++ROLE_SYSTEM_ROW
4 ++++++ROLE_SYSTEM_COLUMNHEADER name='Month' colindex:1 rowindex:1
5 ++++++++ROLE_SYSTEM_STATICTEXT name='Month'
6 ++++++ROLE_SYSTEM_COLUMNHEADER name='Day' colindex:2 rowindex:1
7 ++++++++ROLE_SYSTEM_STATICTEXT name='Day'
8 ++++++ROLE_SYSTEM_COLUMNHEADER name='Weather' colindex:4 rowindex:1
9 ++++++++ROLE_SYSTEM_STATICTEXT name='Weather'
10 ++++ROLE_SYSTEM_ROW
11 ++++++ROLE_SYSTEM_CELL name='January' FOCUSABLE colindex:1 rowindex:2
12 ++++++++ROLE_SYSTEM_STATICTEXT name='January'
13 ++++++ROLE_SYSTEM_CELL name='01' FOCUSABLE colindex:2 rowindex:2
14 ++++++++ROLE_SYSTEM_STATICTEXT name='01'
15 ++++++ROLE_SYSTEM_CELL name='Sunny' FOCUSABLE colindex:4 rowindex:2
16 ++++++++ROLE_SYSTEM_STATICTEXT name='Sunny'
17 ++++ROLE_SYSTEM_ROW
18 ++++++ROLE_SYSTEM_CELL name='January' FOCUSABLE colindex:1 rowindex:2
19 ++++++++ROLE_SYSTEM_STATICTEXT name='January'
20 ++++++ROLE_SYSTEM_CELL name='02' FOCUSABLE colindex:2 rowindex:2
21 ++++++++ROLE_SYSTEM_STATICTEXT name='02'
22 ++++++ROLE_SYSTEM_CELL name='Rainy' FOCUSABLE colindex:4 rowindex:2
23 ++++++++ROLE_SYSTEM_STATICTEXT name='Rainy'
24 ++++ROLE_SYSTEM_COLUMN
25 ++++ROLE_SYSTEM_COLUMN
26 ++++ROLE_SYSTEM_COLUMN
27 ++++IA2_ROLE_SECTION
28 ++IA2_ROLE_PARAGRAPH
29 ++++ROLE_SYSTEM_STATICTEXT name='done'
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria/table-column-hidden-expected-mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698