| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="../../../fast/js/resources/js-test-pre.js"></script> | |
| <script src="../resources/common-spinbutton-click-in-iframe.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| testClickSpinButtonInIFrame({ | |
| 'expectedValue' : '01:00', | |
| 'initialValue' : '00:00', | |
| 'inputType' : 'time' | |
| }); | |
| </script> | |
| <script src="../../../fast/js/resources/js-test-post.js"></script> | |
| </body> | |
| </html> |