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

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

Issue 739063002: Fix accessibility of remaining html form controls on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_tablet_popup
Patch Set: Update Mac 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
Index: content/test/data/accessibility/input-date-expected-mac.txt
diff --git a/content/test/data/accessibility/input-date-expected-mac.txt b/content/test/data/accessibility/input-date-expected-mac.txt
index 1044081a9d003c23628f3500cd7ac054f5f7ffae..351a3ee112745ffc7700aba1d562eff443daf89a 100644
--- a/content/test/data/accessibility/input-date-expected-mac.txt
+++ b/content/test/data/accessibility/input-date-expected-mac.txt
@@ -1,13 +1,13 @@
AXWebArea AXRoleDescription='HTML content'
AXGroup AXRoleDescription='group'
- AXDateField AXRoleDescription='date field'
+ AXDateField AXRoleDescription='date field' AXValue='2008-09-01'
AXGroup AXRoleDescription='group'
AXGroup AXRoleDescription='group'
- AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='9'
AXStaticText AXRoleDescription='text' AXValue='/'
- AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='1'
AXStaticText AXRoleDescription='text' AXValue='/'
- AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='2008'
AXPopUpButton AXRoleDescription='pop up button'
AXIncrementor AXRoleDescription='stepper' AXValue='0'
AXButton AXRoleDescription='button'

Powered by Google App Engine
This is Rietveld 408576698