| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
| 5 <script src="../../forms/resources/common.js"></script> | 5 <script src="../../forms/resources/common.js"></script> |
| 6 <script src="../../forms/resources/picker-common.js"></script> | 6 <script src="../../forms/resources/picker-common.js"></script> |
| 7 <script src="resources/calendar-picker-common.js"></script> | 7 <script src="resources/calendar-picker-common.js"></script> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <p id="description"></p> | 10 <p id="description"></p> |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 | 118 |
| 119 debug('Check that clicking the month popup sets the month.'); | 119 debug('Check that clicking the month popup sets the month.'); |
| 120 | 120 |
| 121 clickMonthButton(1999, 5); | 121 clickMonthButton(1999, 5); |
| 122 shouldBeFalse('popupWindow.global.picker.monthPopupView.isVisible'); | 122 shouldBeFalse('popupWindow.global.picker.monthPopupView.isVisible'); |
| 123 shouldBeEqualToString('currentMonth()', '1999-06'); | 123 shouldBeEqualToString('currentMonth()', '1999-06'); |
| 124 | 124 |
| 125 finishJSTest(); | 125 finishJSTest(); |
| 126 } | 126 } |
| 127 </script> | 127 </script> |
| 128 <script src="../../js/resources/js-test-post.js"></script> | |
| 129 </body> | 128 </body> |
| 130 </html> | 129 </html> |
| OLD | NEW |