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 29 matching lines...) Expand all Loading... |
40 | 40 |
41 <script> | 41 <script> |
42 openPicker(document.getElementById('datetime-local'), finishTest); | 42 openPicker(document.getElementById('datetime-local'), finishTest); |
43 | 43 |
44 function finishTest() { | 44 function finishTest() { |
45 popupWindow.focus(); | 45 popupWindow.focus(); |
46 eventSender.keyDown('downArrow'); | 46 eventSender.keyDown('downArrow'); |
47 finishJSTest(); | 47 finishJSTest(); |
48 } | 48 } |
49 </script> | 49 </script> |
50 <script src="../../js/resources/js-test-post.js"></script> | |
51 </body> | 50 </body> |
52 </html> | 51 </html> |
OLD | NEW |