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

Unified Diff: content/test/data/accessibility/landmark-expected-win.txt

Issue 601173002: Html main tag is not exposed with correct IA2 ROLE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating expectations for win Created 6 years, 3 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/landmark-expected-win.txt
diff --git a/content/test/data/accessibility/landmark-expected-win.txt b/content/test/data/accessibility/landmark-expected-win.txt
index ebf9cfaebfdd04884adb6b85447c384510e58e39..d380f09fe232e50092a714e36789ae12dc4aeec6 100644
--- a/content/test/data/accessibility/landmark-expected-win.txt
+++ b/content/test/data/accessibility/landmark-expected-win.txt
@@ -7,7 +7,7 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
ROLE_SYSTEM_STATICTEXT name='This is an address element.'
IA2_ROLE_FOOTER READONLY xml-roles:contentinfo
ROLE_SYSTEM_STATICTEXT name='This is a footer element.'
- IA2_ROLE_SECTION READONLY xml-roles:main
+ ROLE_SYSTEM_GROUPING xml-roles:main
ROLE_SYSTEM_STATICTEXT name='This is a main element.'
IA2_ROLE_SECTION READONLY xml-roles:navigation
ROLE_SYSTEM_STATICTEXT name='This is a nav element.'
@@ -19,7 +19,7 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
ROLE_SYSTEM_STATICTEXT name='This is an ARIA complementary landmark.'
IA2_ROLE_SECTION READONLY xml-roles:contentinfo
ROLE_SYSTEM_STATICTEXT name='This is an ARIA contentinfo landmark.'
- IA2_ROLE_SECTION READONLY xml-roles:main
+ ROLE_SYSTEM_GROUPING xml-roles:main
ROLE_SYSTEM_STATICTEXT name='This is an ARIA main landmark.'
IA2_ROLE_SECTION READONLY xml-roles:navigation
ROLE_SYSTEM_STATICTEXT name='This is an ARIA navigation landmark.'
« no previous file with comments | « content/browser/accessibility/dump_accessibility_tree_browsertest.cc ('k') | content/test/data/accessibility/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698