| 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
|
|
|