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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt

Issue 556323003: Calendar Picker: Make month popup cells non-focusable. (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
Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
index 4f0c4fab1a3dfb3e4e39653bc3734464a76939d0..e25970f06dafb2d79a15ed1f2cc222df064ba607 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
@@ -124,6 +124,11 @@ PASS focusedElement() is ".month-popup-button"
open the month popup
PASS popupWindow.global.picker.monthPopupView.isVisible is true
PASS highlightedMonthButton() is "1999-12"
+TAB shouldn't change focus
+PASS focusedElement() is ".list-view year-list-view"
+PASS focusedElement().indexOf("month-button") < 0 is true
+PASS focusedElement().indexOf("list-cell") < 0 is true
+PASS focusedElement() is ".list-view year-list-view"
press down
PASS highlightedMonthButton() is "2000-04"
press right
« no previous file with comments | « LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html ('k') | Source/web/resources/calendarPicker.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698