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