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

Unified Diff: content/test/data/accessibility/input-time-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-time-expected-mac.txt
diff --git a/content/test/data/accessibility/input-time-expected-mac.txt b/content/test/data/accessibility/input-time-expected-mac.txt
index 394dd7a9df03c8424ea12a9021947f73c16ec07a..34bbed46f71ac0ec49db840cef0146a2775cb19b 100644
--- a/content/test/data/accessibility/input-time-expected-mac.txt
+++ b/content/test/data/accessibility/input-time-expected-mac.txt
@@ -1,12 +1,12 @@
AXWebArea AXRoleDescription='HTML content'
AXGroup AXRoleDescription='group'
- AXTimeField AXRoleDescription='time field'
+ AXTimeField AXRoleDescription='time field' AXValue='00:00:00'
AXGroup AXRoleDescription='group'
AXGroup AXRoleDescription='group'
- AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='12'
AXStaticText AXRoleDescription='text' AXValue=':'
AXIncrementor AXRoleDescription='stepper' AXValue='0'
- AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='1'
AXIncrementor AXRoleDescription='stepper' AXValue='0'
AXButton AXRoleDescription='button'
AXButton AXRoleDescription='button'

Powered by Google App Engine
This is Rietveld 408576698