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

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

Issue 184103036: Follow ARIA spec guidelines for role=button with aria-pressed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix togglebutton test and expectation on mac Created 6 years, 9 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 | « content/test/data/accessibility/togglebutton.html ('k') | webkit/glue/webkit_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/togglebutton-expected-mac.txt
diff --git a/content/test/data/accessibility/togglebutton-expected-mac.txt b/content/test/data/accessibility/togglebutton-expected-mac.txt
index 6710157c59ed9cd0c045ce53b9934c0e137ef02f..3e9f4d3f226952d59055b1a8f4d4daf744772863 100644
--- a/content/test/data/accessibility/togglebutton-expected-mac.txt
+++ b/content/test/data/accessibility/togglebutton-expected-mac.txt
@@ -1,3 +1,4 @@
-AXWebArea
- AXButton AXTitle='Regular button'
- AXButton AXTitle='Toggle button'
+AXWebArea AXRoleDescription='HTML content'
+ AXButton AXRoleDescription='button' AXTitle='Regular button'
+ AXCheckBox AXSubrole=AXToggleButton AXRoleDescription='toggle button' AXTitle='Toggle button' AXValue='0'
+
« no previous file with comments | « content/test/data/accessibility/togglebutton.html ('k') | webkit/glue/webkit_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698