| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script> | |
| 5 window.enablePixelTesting = true; | |
| 6 </script> | |
| 7 <script src="../../../../../fast/js/resources/js-test-pre.js"></script> | |
| 8 <script src="../../../../../fast/forms/resources/picker-common.js"></script> | |
| 9 <script src="resources/calendar-picker-common.js"></script> | |
| 10 </head> | |
| 11 <body> | |
| 12 <!-- Check if step attribute is reflected in the appearance of the calendar pick
er. --> | |
| 13 <input type="date" id="date" value="2010-12-31" max="2010-12-31" step="3"> | |
| 14 | |
| 15 <p id="description" style="opacity: 0"></p> | |
| 16 <div id="console" style="opacity: 0"></div> | |
| 17 | |
| 18 <script> | |
| 19 openPicker(document.getElementById('date'), finishJSTest); | |
| 20 </script> | |
| 21 <script src="../../../../../fast/js/resources/js-test-post.js"></script> | |
| 22 </body> | |
| 23 </html> | |
| OLD | NEW |