| 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 <input type=date id=date value="10000-12-31"> | |
| 13 | |
| 14 <p id="description" style="opacity: 0"></p> | |
| 15 <div id="console" style="opacity: 0"></div> | |
| 16 | |
| 17 <script> | |
| 18 openPicker(document.getElementById('date'), function() { | |
| 19 popupWindow.document.querySelector(".month-popup-button").click(); | |
| 20 skipAnimation(); | |
| 21 finishJSTest(); | |
| 22 }); | |
| 23 </script> | |
| 24 <script src="../../../../../fast/js/resources/js-test-post.js"></script> | |
| 25 </body> | |
| 26 </html> | |
| OLD | NEW |