| 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 selectedMonth() is "2000-01" | 10 PASS selectedMonth() is "2000-01" |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 press shift + d | 38 press shift + d |
| 39 PASS selectedMonth() is "2000-02" | 39 PASS selectedMonth() is "2000-02" |
| 40 PASS currentMonth() is "2000-02" | 40 PASS currentMonth() is "2000-02" |
| 41 PASS document.getElementById("mock-page-popup") is null | 41 PASS document.getElementById("mock-page-popup") is null |
| 42 PASS document.getElementById("month").value is "2000-02" | 42 PASS document.getElementById("month").value is "2000-02" |
| 43 PASS testToday() || testToday() is true | 43 PASS testToday() || testToday() is true |
| 44 Check if tabbing works. | 44 Check if tabbing works. |
| 45 PASS focusedElement() is ".days-area-container" | 45 PASS focusedElement() is ".days-area-container" |
| 46 PASS focusedElement() is ".today-button[value=<<ThisMonthLabel>>]" | 46 PASS focusedElement() is ".today-button[value=<<ThisMonthLabel>>]" |
| 47 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" | 47 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" |
| 48 PASS focusedElement() is ".year-month-button[value=<<]" | 48 PASS focusedElement() is ".year-month-button" |
| 49 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" | 49 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" |
| 50 PASS document.getElementById("mock-page-popup") is null | 50 PASS document.getElementById("mock-page-popup") is null |
| 51 PASS document.getElementById("month").value is "2000-02" | 51 PASS document.getElementById("month").value is "2000-02" |
| 52 PASS F4 opened picker. | 52 PASS F4 opened picker. |
| 53 PASS successfullyParsed is true | 53 PASS successfullyParsed is true |
| 54 | 54 |
| 55 TEST COMPLETE | 55 TEST COMPLETE |
| 56 | 56 |
| OLD | NEW |