| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 <script> | 61 <script> |
| 62 openPicker(document.getElementById('month'), finishTest); | 62 openPicker(document.getElementById('month'), finishTest); |
| 63 | 63 |
| 64 function finishTest() { | 64 function finishTest() { |
| 65 popupWindow.focus(); | 65 popupWindow.focus(); |
| 66 eventSender.keyDown('pageDown'); | 66 eventSender.keyDown('pageDown'); |
| 67 finishJSTest(); | 67 finishJSTest(); |
| 68 } | 68 } |
| 69 </script> | 69 </script> |
| 70 <script src="../../js/resources/js-test-post.js"></script> | |
| 71 </body> | 70 </body> |
| 72 </html> | 71 </html> |
| OLD | NEW |