| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script> | |
| 5 window.enablePixelTesting = true; | |
| 6 if (window.internals) | |
| 7 internals.settings.setLangAttributeAwareFormControlUIEnabled(true); | |
| 8 </script> | |
| 9 <script src="../../../../../fast/js/resources/js-test-pre.js"></script> | |
| 10 <script src="../../../../../fast/forms/resources/picker-common.js"></script> | |
| 11 <script src="resources/calendar-picker-common.js"></script> | |
| 12 </head> | |
| 13 <body> | |
| 14 <input type=date id=date value="1800-12-31" required lang="ar-AE"> | |
| 15 | |
| 16 <p id="description" style="opacity: 0"></p> | |
| 17 <div id="console" style="opacity: 0"></div> | |
| 18 | |
| 19 <script> | |
| 20 openPicker(document.getElementById('date'), finishJSTest); | |
| 21 </script> | |
| 22 <script src="../../../../../fast/js/resources/js-test-post.js"></script> | |
| 23 </body> | |
| 24 </html> | |
| OLD | NEW |