| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../../resources/js-test.js"></script> |
| 5 <script src="../resources/common-interactive-validation-required.js"></script> | 5 <script src="../resources/common-interactive-validation-required.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <script> | 8 <script> |
| 9 testInteractiveValidationRequired({ | 9 testInteractiveValidationRequired({ |
| 10 'expectedValue' : '2012-09', | 10 'expectedValue' : '2012-09', |
| 11 'inputType' : 'month', | 11 'inputType' : 'month', |
| 12 }); | 12 }); |
| 13 </script> | 13 </script> |
| 14 </body> | 14 </body> |
| 15 </html> | 15 </html> |
| OLD | NEW |