| Index: third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations-expected.txt
|
| index 5eb709cc190de2197e0b3b72b8d42f4986b56cc6..faff56f29f021dfe13b05af297740cb2d8b90f9e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations-expected.txt
|
| @@ -58,13 +58,13 @@ PASS selectedValue() is "2000-W01"
|
| PASS selectedDayCells() is "2000-01-03,2000-01-04,2000-01-05,2000-01-06,2000-01-07,2000-01-08,2000-01-09"
|
| PASS highlightedValue() is "2000-W02"
|
| PASS highlightedDayCells() is "2000-01-10,2000-01-11,2000-01-12,2000-01-13,2000-01-14,2000-01-15,2000-01-16"
|
| -press pageDown
|
| +press PageDown
|
| PASS currentMonth() is "2000-02"
|
| PASS selectedValue() is "2000-W01"
|
| PASS selectedDayCells() is ""
|
| PASS highlightedValue() is "2000-W02"
|
| PASS highlightedDayCells() is ""
|
| -press pageUp
|
| +press PageUp
|
| PASS currentMonth() is "2000-01"
|
| PASS selectedValue() is "2000-W01"
|
| PASS selectedDayCells() is "2000-01-03,2000-01-04,2000-01-05,2000-01-06,2000-01-07,2000-01-08,2000-01-09"
|
| @@ -144,9 +144,9 @@ press left
|
| PASS highlightedMonthButton() is "2000-09"
|
| press up
|
| PASS highlightedMonthButton() is "2000-05"
|
| -press pageDown
|
| +press PageDown
|
| PASS highlightedMonthButton() is "2001-05"
|
| -press pageUp
|
| +press PageUp
|
| PASS highlightedMonthButton() is "2000-05"
|
| select month in the month popup
|
| PASS popupWindow.global.picker.monthPopupView.isVisible is false
|
|
|