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

Unified Diff: content/test/data/accessibility/aria/aria-col-attr-expected-win.txt

Issue 1547643002: ARIA 1.1: implementation for aria-col-* and aria-row-*. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds MODULES_EXPORT Created 5 years 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
Index: content/test/data/accessibility/aria/aria-col-attr-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-col-attr-expected-win.txt b/content/test/data/accessibility/aria/aria-col-attr-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bd106848566059412284c6ce30079af84abd8b13
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-col-attr-expected-win.txt
@@ -0,0 +1,23 @@
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
+++ROLE_SYSTEM_TABLE colcount:5
+++++ROLE_SYSTEM_ROW
+++++++ROLE_SYSTEM_COLUMNHEADER colindex:2 colspan:2
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
+++++++ROLE_SYSTEM_COLUMNHEADER colindex:4
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
+++++++ROLE_SYSTEM_COLUMNHEADER colindex:5
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 5'
+++++ROLE_SYSTEM_ROW
+++++++ROLE_SYSTEM_CELL colindex:2
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
+++++++ROLE_SYSTEM_CELL colindex:3
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 3'
+++++++ROLE_SYSTEM_CELL colindex:4
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
+++++++ROLE_SYSTEM_CELL colindex:5
+++++++++ROLE_SYSTEM_STATICTEXT name='cell 5'
+++++ROLE_SYSTEM_COLUMN
+++++ROLE_SYSTEM_COLUMN
+++++ROLE_SYSTEM_COLUMN
+++++ROLE_SYSTEM_COLUMN
+++++IA2_ROLE_SECTION

Powered by Google App Engine
This is Rietveld 408576698