| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="../../../fast/js/resources/js-test-pre.js"></script> | |
| <script src="../resources/common-wheel-event.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| testWheelEvent({ | |
| 'inputType' : 'time', | |
| 'initialValue' : '07:00', | |
| 'stepUpValue1' : '08:00', | |
| 'stepUpValue2' : '09:00' }); | |
| </script> | |
| <script src="../../../fast/js/resources/js-test-post.js"></script> | |
| </body> | |
| </html> |