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

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

Issue 714063002: ARIA role spinbutton should expose AXRole as AXIncrementor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing input-type number changes 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 1dfa0b4e1fc121f3eccaee5021cd3a983bbb7d67..b0e7ba802cc824c6e63cdeb97724389c65955333 100644
--- a/content/test/data/accessibility/input-time-expected-mac.txt
+++ b/content/test/data/accessibility/input-time-expected-mac.txt
@@ -3,10 +3,10 @@ AXWebArea AXRoleDescription='HTML content'
AXUnknown AXRoleDescription='unknown'
AXGroup AXRoleDescription='group'
AXGroup AXRoleDescription='group'
- AXSlider AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
AXStaticText AXRoleDescription='text' AXValue=':'
- AXSlider AXRoleDescription='stepper' AXValue='0'
- AXSlider AXRoleDescription='stepper' AXValue='0'
- AXSlider AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
+ AXIncrementor AXRoleDescription='stepper' AXValue='0'
AXButton AXRoleDescription='button'
AXButton AXRoleDescription='button'

Powered by Google App Engine
This is Rietveld 408576698