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

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

Issue 712313003: Exposing AXRole* correctly for HTML input types on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating expectations 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/input-month.html ('k') | content/test/data/accessibility/input-time.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/input-month-expected-mac.txt
diff --git a/content/test/data/accessibility/input-month-expected-mac.txt b/content/test/data/accessibility/input-month-expected-mac.txt
index 1e752ff9336e27055fefd1821b27097a26a4ca11..97ca94364cecff51278d58aa149d900b67c9f1f8 100644
--- a/content/test/data/accessibility/input-month-expected-mac.txt
+++ b/content/test/data/accessibility/input-month-expected-mac.txt
@@ -1,11 +1,11 @@
-AXWebArea
- AXGroup
- AXUnknown
- AXGroup
- AXGroup
- AXIncrementor AXValue='0'
- AXIncrementor AXValue='0'
- AXPopUpButton
- AXIncrementor AXValue='0'
- AXButton
- AXButton
+AXWebArea AXRoleDescription='HTML content'
+ AXGroup AXRoleDescription='group'
+ AXTextField AXRoleDescription='text field'
+ AXGroup AXRoleDescription='group'
+ AXGroup AXRoleDescription='group'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXPopUpButton AXRoleDescription='pop up button'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXButton AXRoleDescription='button'
+ AXButton AXRoleDescription='button'
« no previous file with comments | « content/test/data/accessibility/input-month.html ('k') | content/test/data/accessibility/input-time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698