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

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

Issue 702393002: AXSubrole and AXRoleDescription is not exposed for HTML form element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 da31e63f07fe19aacca8b14e736cdc0c6a9828b9..7ca051e112e43bd223b94e5cbfb18308fbf53bc8 100644
--- a/content/test/data/accessibility/landmark-expected-mac.txt
+++ b/content/test/data/accessibility/landmark-expected-mac.txt
@@ -7,6 +7,8 @@ AXWebArea AXRoleDescription='HTML content'
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=AXLandmarkForm AXRoleDescription='form'
+ AXStaticText AXRoleDescription='text' AXValue='This is a form element.'
AXGroup AXSubrole=AXLandmarkMain AXRoleDescription='main'
AXStaticText AXRoleDescription='text' AXValue='This is a main element.'
AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
@@ -19,6 +21,8 @@ AXWebArea AXRoleDescription='HTML content'
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=AXLandmarkForm AXRoleDescription='form'
+ AXStaticText AXRoleDescription='text' AXValue='This is an ARIA form landmark.'
AXGroup AXSubrole=AXLandmarkMain AXRoleDescription='main'
AXStaticText AXRoleDescription='text' AXValue='This is an ARIA main landmark.'
AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'

Powered by Google App Engine
This is Rietveld 408576698