OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
5 <script src="../resources/picker-common.js"></script> | 5 <script src="../resources/picker-common.js"></script> |
6 <script src="resources/calendar-picker-common.js"></script> | 6 <script src="resources/calendar-picker-common.js"></script> |
7 <p id="description"></p> | 7 <p id="description"></p> |
8 <div id="console"></div> | 8 <div id="console"></div> |
9 | 9 |
10 <input type="datetime-local" id="datetime" value="2012-11-20T00:00" step="302400
"/> | 10 <input type="datetime-local" id="datetime" value="2012-11-20T00:00" step="302400
"/> |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 openPicker(document.getElementById('datetime'), test3); | 46 openPicker(document.getElementById('datetime'), test3); |
47 } | 47 } |
48 | 48 |
49 function test3() { | 49 function test3() { |
50 debug("Step when min and max are set."); | 50 debug("Step when min and max are set."); |
51 shouldBeEqualToString('availableDayCells()', '2012-11-16,2012-11-20'); | 51 shouldBeEqualToString('availableDayCells()', '2012-11-16,2012-11-20'); |
52 finishJSTest(); | 52 finishJSTest(); |
53 } | 53 } |
54 | 54 |
55 </script> | 55 </script> |
56 <script src="../../js/resources/js-test-post.js"></script> | |
57 </body> | 56 </body> |
58 </html> | 57 </html> |
OLD | NEW |