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

Unified Diff: ManualTests/forms/calendar-picker.html

Issue 552163002: AX: Calendar Picker: Add AX labels to MonthPopupButton and CalendarNavigationButtons. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months 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
« no previous file with comments | « no previous file | Source/web/DateTimeChooserImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/forms/calendar-picker.html
diff --git a/ManualTests/forms/calendar-picker.html b/ManualTests/forms/calendar-picker.html
index ad8f90de6bbbeaec93e2e57626c13e5eeb0dd261..12cccdfa59676411125945dcd7aa13898fc408e2 100644
--- a/ManualTests/forms/calendar-picker.html
+++ b/ManualTests/forms/calendar-picker.html
@@ -269,7 +269,11 @@ function createParam() {
min: config.min,
step: config.step * (config.type === "month" ? 1 : 86400000),
stepBase: "0",
- currentValue: config.value
+ currentValue: config.value,
+ axShowMonthSelector: "Show month selection panel",
+ axShowNextMonth: "Show next month",
+ axShowPreviousMonth: "Show previous month",
+ todayLabel: "Today",
}
};
« no previous file with comments | « no previous file | Source/web/DateTimeChooserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698