| OLD | NEW |
| 1 Tests if month picker key bindings work as expected. | 1 Tests if month picker key bindings work as expected. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Check that page popup doesn't exist at first. | 6 Check that page popup doesn't exist at first. |
| 7 PASS document.getElementById("mock-page-popup") is null | 7 PASS document.getElementById("mock-page-popup") is null |
| 8 Check that page popup exists. | 8 Check that page popup exists. |
| 9 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | 9 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" |
| 10 PASS isCalendarTableScrollingWithAnimation() is false | 10 PASS isCalendarTableScrollingWithAnimation() is false |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 PASS selectedDayCells() is "2000-01-01,2000-01-02,2000-01-03,2000-01-04,2000-01-
05,2000-01-06,2000-01-07,2000-01-08,2000-01-09,2000-01-10,2000-01-11,2000-01-12,
2000-01-13,2000-01-14,2000-01-15,2000-01-16,2000-01-17,2000-01-18,2000-01-19,200
0-01-20,2000-01-21,2000-01-22,2000-01-23,2000-01-24,2000-01-25,2000-01-26,2000-0
1-27,2000-01-28,2000-01-29,2000-01-30,2000-01-31" | 42 PASS selectedDayCells() is "2000-01-01,2000-01-02,2000-01-03,2000-01-04,2000-01-
05,2000-01-06,2000-01-07,2000-01-08,2000-01-09,2000-01-10,2000-01-11,2000-01-12,
2000-01-13,2000-01-14,2000-01-15,2000-01-16,2000-01-17,2000-01-18,2000-01-19,200
0-01-20,2000-01-21,2000-01-22,2000-01-23,2000-01-24,2000-01-25,2000-01-26,2000-0
1-27,2000-01-28,2000-01-29,2000-01-30,2000-01-31" |
| 43 PASS highlightedValue() is "2000-01" | 43 PASS highlightedValue() is "2000-01" |
| 44 PASS highlightedDayCells() is "2000-01-01,2000-01-02,2000-01-03,2000-01-04,2000-
01-05,2000-01-06,2000-01-07,2000-01-08,2000-01-09,2000-01-10,2000-01-11,2000-01-
12,2000-01-13,2000-01-14,2000-01-15,2000-01-16,2000-01-17,2000-01-18,2000-01-19,
2000-01-20,2000-01-21,2000-01-22,2000-01-23,2000-01-24,2000-01-25,2000-01-26,200
0-01-27,2000-01-28,2000-01-29,2000-01-30,2000-01-31" | 44 PASS highlightedDayCells() is "2000-01-01,2000-01-02,2000-01-03,2000-01-04,2000-
01-05,2000-01-06,2000-01-07,2000-01-08,2000-01-09,2000-01-10,2000-01-11,2000-01-
12,2000-01-13,2000-01-14,2000-01-15,2000-01-16,2000-01-17,2000-01-18,2000-01-19,
2000-01-20,2000-01-21,2000-01-22,2000-01-23,2000-01-24,2000-01-25,2000-01-26,200
0-01-27,2000-01-28,2000-01-29,2000-01-30,2000-01-31" |
| 45 press right | 45 press right |
| 46 PASS isCalendarTableScrollingWithAnimation() is true | 46 PASS isCalendarTableScrollingWithAnimation() is true |
| 47 PASS currentMonth() is "2000-02" | 47 PASS currentMonth() is "2000-02" |
| 48 PASS selectedValue() is "2000-01" | 48 PASS selectedValue() is "2000-01" |
| 49 PASS selectedDayCells() is "2000-01-30,2000-01-31" | 49 PASS selectedDayCells() is "2000-01-30,2000-01-31" |
| 50 PASS highlightedValue() is "2000-02" | 50 PASS highlightedValue() is "2000-02" |
| 51 PASS highlightedDayCells() is "2000-02-01,2000-02-02,2000-02-03,2000-02-04,2000-
02-05,2000-02-06,2000-02-07,2000-02-08,2000-02-09,2000-02-10,2000-02-11,2000-02-
12,2000-02-13,2000-02-14,2000-02-15,2000-02-16,2000-02-17,2000-02-18,2000-02-19,
2000-02-20,2000-02-21,2000-02-22,2000-02-23,2000-02-24,2000-02-25,2000-02-26,200
0-02-27,2000-02-28,2000-02-29" | 51 PASS highlightedDayCells() is "2000-02-01,2000-02-02,2000-02-03,2000-02-04,2000-
02-05,2000-02-06,2000-02-07,2000-02-08,2000-02-09,2000-02-10,2000-02-11,2000-02-
12,2000-02-13,2000-02-14,2000-02-15,2000-02-16,2000-02-17,2000-02-18,2000-02-19,
2000-02-20,2000-02-21,2000-02-22,2000-02-23,2000-02-24,2000-02-25,2000-02-26,200
0-02-27,2000-02-28,2000-02-29" |
| 52 press pageDown | 52 press PageDown |
| 53 PASS currentMonth() is "2000-03" | 53 PASS currentMonth() is "2000-03" |
| 54 PASS selectedValue() is "2000-01" | 54 PASS selectedValue() is "2000-01" |
| 55 PASS selectedDayCells() is "" | 55 PASS selectedDayCells() is "" |
| 56 PASS highlightedValue() is "2000-02" | 56 PASS highlightedValue() is "2000-02" |
| 57 PASS highlightedDayCells() is "2000-02-27,2000-02-28,2000-02-29" | 57 PASS highlightedDayCells() is "2000-02-27,2000-02-28,2000-02-29" |
| 58 press pageUp | 58 press PageUp |
| 59 PASS currentMonth() is "2000-02" | 59 PASS currentMonth() is "2000-02" |
| 60 PASS selectedValue() is "2000-01" | 60 PASS selectedValue() is "2000-01" |
| 61 PASS selectedDayCells() is "2000-01-30,2000-01-31" | 61 PASS selectedDayCells() is "2000-01-30,2000-01-31" |
| 62 PASS highlightedValue() is "2000-02" | 62 PASS highlightedValue() is "2000-02" |
| 63 PASS highlightedDayCells() is "2000-02-01,2000-02-02,2000-02-03,2000-02-04,2000-
02-05,2000-02-06,2000-02-07,2000-02-08,2000-02-09,2000-02-10,2000-02-11,2000-02-
12,2000-02-13,2000-02-14,2000-02-15,2000-02-16,2000-02-17,2000-02-18,2000-02-19,
2000-02-20,2000-02-21,2000-02-22,2000-02-23,2000-02-24,2000-02-25,2000-02-26,200
0-02-27,2000-02-28,2000-02-29" | 63 PASS highlightedDayCells() is "2000-02-01,2000-02-02,2000-02-03,2000-02-04,2000-
02-05,2000-02-06,2000-02-07,2000-02-08,2000-02-09,2000-02-10,2000-02-11,2000-02-
12,2000-02-13,2000-02-14,2000-02-15,2000-02-16,2000-02-17,2000-02-18,2000-02-19,
2000-02-20,2000-02-21,2000-02-22,2000-02-23,2000-02-24,2000-02-25,2000-02-26,200
0-02-27,2000-02-28,2000-02-29" |
| 64 press m | 64 press m |
| 65 PASS isCalendarTableScrollingWithAnimation() is true | 65 PASS isCalendarTableScrollingWithAnimation() is true |
| 66 PASS currentMonth() is "2000-03" | 66 PASS currentMonth() is "2000-03" |
| 67 PASS selectedValue() is "2000-01" | 67 PASS selectedValue() is "2000-01" |
| 68 PASS selectedDayCells() is "" | 68 PASS selectedDayCells() is "" |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 press right | 128 press right |
| 129 PASS highlightedMonthButton() is "2000-09" | 129 PASS highlightedMonthButton() is "2000-09" |
| 130 press right | 130 press right |
| 131 PASS highlightedMonthButton() is "2000-10" | 131 PASS highlightedMonthButton() is "2000-10" |
| 132 press right | 132 press right |
| 133 PASS highlightedMonthButton() is "2000-11" | 133 PASS highlightedMonthButton() is "2000-11" |
| 134 press left | 134 press left |
| 135 PASS highlightedMonthButton() is "2000-10" | 135 PASS highlightedMonthButton() is "2000-10" |
| 136 press up | 136 press up |
| 137 PASS highlightedMonthButton() is "2000-06" | 137 PASS highlightedMonthButton() is "2000-06" |
| 138 press pageDown | 138 press PageDown |
| 139 PASS highlightedMonthButton() is "2001-06" | 139 PASS highlightedMonthButton() is "2001-06" |
| 140 press pageUp | 140 press PageUp |
| 141 PASS highlightedMonthButton() is "2000-06" | 141 PASS highlightedMonthButton() is "2000-06" |
| 142 select month in the month popup | 142 select month in the month popup |
| 143 PASS popupWindow.global.picker.monthPopupView.isVisible is false | 143 PASS popupWindow.global.picker.monthPopupView.isVisible is false |
| 144 PASS currentMonth() is "2000-06" | 144 PASS currentMonth() is "2000-06" |
| 145 PASS selectedValue() is "2000-02" | 145 PASS selectedValue() is "2000-02" |
| 146 PASS selectedDayCells() is "" | 146 PASS selectedDayCells() is "" |
| 147 PASS highlightedValue() is "2000-02" | 147 PASS highlightedValue() is "2000-02" |
| 148 PASS highlightedDayCells() is "" | 148 PASS highlightedDayCells() is "" |
| 149 focus calendar table | 149 focus calendar table |
| 150 press t | 150 press t |
| 151 PASS testToday() || testToday() is true | 151 PASS testToday() || testToday() is true |
| 152 press esc | 152 press esc |
| 153 PASS document.getElementById("mock-page-popup") is null | 153 PASS document.getElementById("mock-page-popup") is null |
| 154 PASS successfullyParsed is true | 154 PASS successfullyParsed is true |
| 155 | 155 |
| 156 TEST COMPLETE | 156 TEST COMPLETE |
| 157 | 157 |
| OLD | NEW |