| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../../fast/js/resources/js-test-pre.js"></script> |
| 5 <script src="../resources/common-wheel-event.js"></script> | 5 <script src="../resources/common-wheel-event.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <script> | 8 <script> |
| 9 testWheelEvent({ | 9 testWheelEvent({ |
| 10 'inputType' : 'date', | 10 'inputType' : 'date', |
| 11 'initialValue' : '1999-01-13', | 11 'initialValue' : '1999-01-13', |
| 12 'stepUpValue1' : '1999-02-13', | 12 'stepUpValue1' : '1999-02-13', |
| 13 'stepUpValue2' : '1999-03-13' }); | 13 'stepUpValue2' : '1999-03-13' }); |
| 14 </script> | 14 </script> |
| 15 <script src="../../../fast/js/resources/js-test-post.js"></script> | |
| 16 </body> | 15 </body> |
| 17 </html> | 16 </html> |
| OLD | NEW |