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

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

Issue 682833003: AXRoleDescription is not exposed correctly for aside, main, nav element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comments Created 6 years, 1 month 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/landmark.html ('k') | content/test/data/accessibility/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/landmark-expected-mac.txt
diff --git a/content/test/data/accessibility/landmark-expected-mac.txt b/content/test/data/accessibility/landmark-expected-mac.txt
index 036baaec0fa040ce9d6637ec7a43fd54359e8706..da31e63f07fe19aacca8b14e736cdc0c6a9828b9 100644
--- a/content/test/data/accessibility/landmark-expected-mac.txt
+++ b/content/test/data/accessibility/landmark-expected-mac.txt
@@ -1,27 +1,27 @@
-AXWebArea
- AXGroup AXSubrole=AXLandmarkBanner
- AXStaticText AXValue='This is a header element.'
- AXGroup AXSubrole=AXLandmarkComplementary
- AXStaticText AXValue='This is an aside element.'
- AXGroup AXSubrole=AXLandmarkContentInfo
- AXStaticText AXValue='This is an address element.'
- AXGroup AXSubrole=AXLandmarkContentInfo
- AXStaticText AXValue='This is a footer element.'
- AXGroup AXSubrole=AXLandmarkMain
- AXStaticText AXValue='This is a main element.'
- AXGroup AXSubrole=AXLandmarkNavigation
- AXStaticText AXValue='This is a nav element.'
- AXGroup AXSubrole=AXLandmarkApplication
- AXStaticText AXValue='This is an ARIA application landmark.'
- AXGroup AXSubrole=AXLandmarkBanner
- AXStaticText AXValue='This is an ARIA banner landmark.'
- AXGroup AXSubrole=AXLandmarkComplementary
- AXStaticText AXValue='This is an ARIA complementary landmark.'
- AXGroup AXSubrole=AXLandmarkContentInfo
- AXStaticText AXValue='This is an ARIA contentinfo landmark.'
- AXGroup AXSubrole=AXLandmarkMain
- AXStaticText AXValue='This is an ARIA main landmark.'
- AXGroup AXSubrole=AXLandmarkNavigation
- AXStaticText AXValue='This is an ARIA navigation landmark.'
- AXGroup AXSubrole=AXLandmarkSearch
- AXStaticText AXValue='This is an ARIA search landmark.'
+AXWebArea AXRoleDescription='HTML content'
+ AXGroup AXSubrole=AXLandmarkBanner AXRoleDescription='banner'
+ AXStaticText AXRoleDescription='text' AXValue='This is a header element.'
+ AXGroup AXSubrole=AXLandmarkComplementary AXRoleDescription='complementary'
+ AXStaticText AXRoleDescription='text' AXValue='This is an aside element.'
+ AXGroup AXSubrole=AXLandmarkContentInfo AXRoleDescription='address'
+ AXStaticText AXRoleDescription='text' AXValue='This is an address element.'
+ AXGroup AXSubrole=AXLandmarkContentInfo AXRoleDescription='footer'
+ AXStaticText AXRoleDescription='text' AXValue='This is a footer element.'
+ AXGroup AXSubrole=AXLandmarkMain AXRoleDescription='main'
+ AXStaticText AXRoleDescription='text' AXValue='This is a main element.'
+ AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
+ AXStaticText AXRoleDescription='text' AXValue='This is a nav element.'
+ AXGroup AXSubrole=AXLandmarkApplication AXRoleDescription='application'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA application landmark.'
+ AXGroup AXSubrole=AXLandmarkBanner AXRoleDescription='banner'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA banner landmark.'
+ AXGroup AXSubrole=AXLandmarkComplementary AXRoleDescription='complementary'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA complementary landmark.'
+ AXGroup AXSubrole=AXLandmarkContentInfo AXRoleDescription='contentinfo'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA contentinfo landmark.'
+ AXGroup AXSubrole=AXLandmarkMain AXRoleDescription='main'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA main landmark.'
+ AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA navigation landmark.'
+ AXGroup AXSubrole=AXLandmarkSearch AXRoleDescription='search'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA search landmark.'
« no previous file with comments | « content/test/data/accessibility/landmark.html ('k') | content/test/data/accessibility/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698