OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script> | 4 <script> |
5 window.enablePixelTesting = true; | 5 window.enablePixelTesting = true; |
6 </script> | 6 </script> |
7 <script src="../../js/resources/js-test-pre.js"></script> | 7 <script src="../../js/resources/js-test-pre.js"></script> |
8 <script src="../../forms/resources/picker-common.js"></script> | 8 <script src="../../forms/resources/picker-common.js"></script> |
9 <script src="resources/suggestion-picker-common.js"></script> | 9 <script src="resources/suggestion-picker-common.js"></script> |
10 </head> | 10 </head> |
(...skipping 26 matching lines...) Expand all Loading... |
37 | 37 |
38 <script> | 38 <script> |
39 openPicker(document.getElementById('datetime-local'), finishTest); | 39 openPicker(document.getElementById('datetime-local'), finishTest); |
40 | 40 |
41 function finishTest() { | 41 function finishTest() { |
42 popupWindow.focus(); | 42 popupWindow.focus(); |
43 eventSender.keyDown('downArrow'); | 43 eventSender.keyDown('downArrow'); |
44 finishJSTest(); | 44 finishJSTest(); |
45 } | 45 } |
46 </script> | 46 </script> |
47 <script src="../../js/resources/js-test-post.js"></script> | |
48 </body> | 47 </body> |
49 </html> | 48 </html> |
OLD | NEW |