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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. Created 3 years, 8 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
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
index bd106848566059412284c6ce30079af84abd8b13..51de0a174ef888ca9c1f921b46d784547acbfbc2 100644
--- a/content/test/data/accessibility/aria/aria-col-attr-expected-win.txt
+++ b/content/test/data/accessibility/aria/aria-col-attr-expected-win.txt
@@ -1,23 +1,23 @@
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
++ROLE_SYSTEM_TABLE colcount:5
++++ROLE_SYSTEM_ROW
-++++++ROLE_SYSTEM_COLUMNHEADER colindex:2 colspan:2
+++++++ROLE_SYSTEM_COLUMNHEADER name='cell 2' colindex:2 colspan:2
++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
-++++++ROLE_SYSTEM_COLUMNHEADER colindex:4
+++++++ROLE_SYSTEM_COLUMNHEADER name='cell 4' colindex:4
++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
-++++++ROLE_SYSTEM_COLUMNHEADER colindex:5
+++++++ROLE_SYSTEM_COLUMNHEADER name='cell 5' colindex:5
++++++++ROLE_SYSTEM_STATICTEXT name='cell 5'
++++ROLE_SYSTEM_ROW
-++++++ROLE_SYSTEM_CELL colindex:2
+++++++ROLE_SYSTEM_CELL name='cell 2' colindex:2
++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
-++++++ROLE_SYSTEM_CELL colindex:3
+++++++ROLE_SYSTEM_CELL name='cell 3' colindex:3
++++++++ROLE_SYSTEM_STATICTEXT name='cell 3'
-++++++ROLE_SYSTEM_CELL colindex:4
+++++++ROLE_SYSTEM_CELL name='cell 4' colindex:4
++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
-++++++ROLE_SYSTEM_CELL colindex:5
+++++++ROLE_SYSTEM_CELL name='cell 5' colindex:5
++++++++ROLE_SYSTEM_STATICTEXT name='cell 5'
++++ROLE_SYSTEM_COLUMN
++++ROLE_SYSTEM_COLUMN
++++ROLE_SYSTEM_COLUMN
++++ROLE_SYSTEM_COLUMN
-++++IA2_ROLE_SECTION
+++++IA2_ROLE_SECTION

Powered by Google App Engine
This is Rietveld 408576698