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