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

Unified 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, 6 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria/table-column-hidden-expected-win.txt
diff --git a/content/test/data/accessibility/aria/table-column-hidden-expected-win.txt b/content/test/data/accessibility/aria/table-column-hidden-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6a5ec4bcf9a3889b66cb0146326663ff409fd35d
--- /dev/null
+++ b/content/test/data/accessibility/aria/table-column-hidden-expected-win.txt
@@ -0,0 +1,29 @@
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
+++ROLE_SYSTEM_TABLE colcount:4
+++++ROLE_SYSTEM_ROW
+++++++ROLE_SYSTEM_COLUMNHEADER name='Month' colindex:1 rowindex:1
+++++++++ROLE_SYSTEM_STATICTEXT name='Month'
+++++++ROLE_SYSTEM_COLUMNHEADER name='Day' colindex:2 rowindex:1
+++++++++ROLE_SYSTEM_STATICTEXT name='Day'
+++++++ROLE_SYSTEM_COLUMNHEADER name='Weather' colindex:4 rowindex:1
+++++++++ROLE_SYSTEM_STATICTEXT name='Weather'
+++++ROLE_SYSTEM_ROW
+++++++ROLE_SYSTEM_CELL name='January' FOCUSABLE colindex:1 rowindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='January'
+++++++ROLE_SYSTEM_CELL name='01' FOCUSABLE colindex:2 rowindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='01'
+++++++ROLE_SYSTEM_CELL name='Sunny' FOCUSABLE colindex:4 rowindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='Sunny'
+++++ROLE_SYSTEM_ROW
+++++++ROLE_SYSTEM_CELL name='January' FOCUSABLE colindex:1 rowindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='January'
+++++++ROLE_SYSTEM_CELL name='02' FOCUSABLE colindex:2 rowindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='02'
+++++++ROLE_SYSTEM_CELL name='Rainy' FOCUSABLE colindex:4 rowindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='Rainy'
+++++ROLE_SYSTEM_COLUMN
+++++ROLE_SYSTEM_COLUMN
+++++ROLE_SYSTEM_COLUMN
+++++IA2_ROLE_SECTION
+++IA2_ROLE_PARAGRAPH
+++++ROLE_SYSTEM_STATICTEXT name='done'
« 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