Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests if month picker mouse operations work as expected. | 1 Tests if month picker mouse operations 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 PASS currentMonth() is "2000-01" | 8 PASS currentMonth() is "2000-01" |
| 9 PASS selectedValue() is "2000-01" | 9 PASS selectedValue() is "2000-01" |
| 10 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" | 10 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" |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 Check that clicking an year list cell opens it. | 57 Check that clicking an year list cell opens it. |
| 58 PASS checkYearListViewScrollOffset() > 0 is true | 58 PASS checkYearListViewScrollOffset() > 0 is true |
| 59 PASS highlightedMonthButton() is "1999-10" | 59 PASS highlightedMonthButton() is "1999-10" |
| 60 Check that clicking the month popup sets the month. | 60 Check that clicking the month popup sets the month. |
| 61 PASS popupWindow.global.picker.monthPopupView.isVisible is false | 61 PASS popupWindow.global.picker.monthPopupView.isVisible is false |
| 62 PASS currentMonth() is "1999-06" | 62 PASS currentMonth() is "1999-06" |
| 63 PASS successfullyParsed is true | 63 PASS successfullyParsed is true |
| 64 | 64 |
| 65 TEST COMPLETE | 65 TEST COMPLETE |
| 66 | 66 |
| OLD | NEW |