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

Unified Diff: content/test/data/accessibility/aria/aria-cell-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
« no previous file with comments | « no previous file | content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria/aria-cell-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-cell-expected-win.txt b/content/test/data/accessibility/aria/aria-cell-expected-win.txt
index 42b593d75d4abce1eb75b3592346268d210d96e3..79ffc24dcc856bb0173747a39d8b77a137e82d84 100644
--- a/content/test/data/accessibility/aria/aria-cell-expected-win.txt
+++ b/content/test/data/accessibility/aria/aria-cell-expected-win.txt
@@ -1,12 +1,12 @@
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
++ROLE_SYSTEM_TABLE xml-roles:table
++++ROLE_SYSTEM_ROW xml-roles:row
-++++++ROLE_SYSTEM_COLUMNHEADER xml-roles:columnheader
+++++++ROLE_SYSTEM_COLUMNHEADER name='Browser' xml-roles:columnheader
++++++++ROLE_SYSTEM_STATICTEXT name='Browser'
-++++++ROLE_SYSTEM_COLUMNHEADER xml-roles:columnheader
+++++++ROLE_SYSTEM_COLUMNHEADER name='Rendering Engine' xml-roles:columnheader
++++++++ROLE_SYSTEM_STATICTEXT name='Rendering Engine'
++++ROLE_SYSTEM_ROW xml-roles:row
-++++++ROLE_SYSTEM_CELL xml-roles:cell
+++++++ROLE_SYSTEM_CELL name='Chrome' xml-roles:cell
++++++++ROLE_SYSTEM_STATICTEXT name='Chrome'
-++++++ROLE_SYSTEM_CELL xml-roles:cell
-++++++++ROLE_SYSTEM_STATICTEXT name='Blink'
+++++++ROLE_SYSTEM_CELL name='Blink' xml-roles:cell
+++++++++ROLE_SYSTEM_STATICTEXT name='Blink'
« no previous file with comments | « no previous file | content/test/data/accessibility/aria/aria-col-attr-expected-blink.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698