| Index: third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
|
| index e25970f06dafb2d79a15ed1f2cc222df064ba607..40783858012237fa4578dbf363e0f7522820d83d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
|
| @@ -59,13 +59,13 @@ PASS selectedValue() is "2000-01-02"
|
| PASS selectedDayCells() is ""
|
| PASS highlightedValue() is "1999-12-26"
|
| PASS highlightedDayCells() is "1999-12-26"
|
| -press pageDown
|
| +press PageDown
|
| PASS currentMonth() is "2000-01"
|
| PASS selectedValue() is "2000-01-02"
|
| PASS selectedDayCells() is "2000-01-02"
|
| PASS highlightedValue() is "1999-12-26"
|
| PASS highlightedDayCells() is "1999-12-26"
|
| -press pageUp
|
| +press PageUp
|
| PASS currentMonth() is "1999-12"
|
| PASS selectedValue() is "2000-01-02"
|
| PASS selectedDayCells() is ""
|
| @@ -145,9 +145,9 @@ press left
|
| PASS highlightedMonthButton() is "2000-08"
|
| press up
|
| PASS highlightedMonthButton() is "2000-04"
|
| -press pageDown
|
| +press PageDown
|
| PASS highlightedMonthButton() is "2001-04"
|
| -press pageUp
|
| +press PageUp
|
| PASS highlightedMonthButton() is "2000-04"
|
| select month in the month popup
|
| PASS popupWindow.global.picker.monthPopupView.isVisible is false
|
|
|