| 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 21 matching lines...) Expand all Loading... |
| 32 <option>2013-07</option> | 32 <option>2013-07</option> |
| 33 <option>2013-08</option> | 33 <option>2013-08</option> |
| 34 </datalist> | 34 </datalist> |
| 35 | 35 |
| 36 <p id="description" style="opacity: 0"></p> | 36 <p id="description" style="opacity: 0"></p> |
| 37 <div id="console" style="opacity: 0"></div> | 37 <div id="console" style="opacity: 0"></div> |
| 38 | 38 |
| 39 <script> | 39 <script> |
| 40 openPicker(document.getElementById('month'), finishJSTest); | 40 openPicker(document.getElementById('month'), finishJSTest); |
| 41 </script> | 41 </script> |
| 42 <script src="../../js/resources/js-test-post.js"></script> | |
| 43 </body> | 42 </body> |
| 44 </html> | 43 </html> |
| OLD | NEW |