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

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

Issue 738733005: Input type "number" is not exposed in Acc layer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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-number-expected-mac.txt
diff --git a/content/test/data/accessibility/input-number-expected-mac.txt b/content/test/data/accessibility/input-number-expected-mac.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c09029f2e192de8e0b1c59adfe1537fbd887506c
--- /dev/null
+++ b/content/test/data/accessibility/input-number-expected-mac.txt
@@ -0,0 +1,6 @@
+AXWebArea AXRoleDescription='HTML content'
+ AXGroup AXRoleDescription='group'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
dmazzoni 2014/11/27 07:33:41 This is really confusing to have an AXIncrementor
shreeramk 2014/11/27 07:57:07 Correct. But may be this is how input type number
+ AXButton AXRoleDescription='button'
dmazzoni 2014/11/27 07:33:41 These buttons probably need labels, like "incremen
+ AXButton AXRoleDescription='button'

Powered by Google App Engine
This is Rietveld 408576698