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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 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/html/input-month-expected-mac.txt
diff --git a/content/test/data/accessibility/html/input-month-expected-mac.txt b/content/test/data/accessibility/html/input-month-expected-mac.txt
index db28a64ed2720a511f969ed6f89c4e60b25458e7..67c800371ca92fcc2cbdbbac273f9dd94eacdcfd 100644
--- a/content/test/data/accessibility/html/input-month-expected-mac.txt
+++ b/content/test/data/accessibility/html/input-month-expected-mac.txt
@@ -1,10 +1,10 @@
AXWebArea AXRoleDescription='HTML content'
++AXGroup AXRoleDescription='group'
-++++AXTextField AXRoleDescription='text field'
+++++AXDateField AXRoleDescription='date field'
++++++AXGroup AXRoleDescription='group'
++++++++AXGroup AXRoleDescription='group'
-++++++++++AXIncrementor AXRoleDescription='stepper' AXValue='0'
-++++++++++AXIncrementor AXRoleDescription='stepper' AXValue='0'
+++++++++++AXIncrementor AXRoleDescription='stepper' AXValue='0' AXHelp='Month'
+++++++++++AXIncrementor AXRoleDescription='stepper' AXValue='0' AXHelp='Year'
++++++AXPopUpButton AXRoleDescription='pop up button'
++++++AXIncrementor AXRoleDescription='stepper' AXValue='0'
++++++++AXButton AXRoleDescription='button'

Powered by Google App Engine
This is Rietveld 408576698