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="../../../resources/js-test.js"></script> |
5 <script src="../resources/common.js"></script> | 5 <script src="../resources/common.js"></script> |
6 <script src="../resources/common-spinbutton-click-in-iframe.js"></script> | 6 <script src="../resources/common-spinbutton-click-in-iframe.js"></script> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <script> | 9 <script> |
10 testClickSpinButtonInIFrame({ | 10 testClickSpinButtonInIFrame({ |
11 'expectedValue' : '01:00', | 11 'expectedValue' : '01:00', |
12 'initialValue' : '00:00', | 12 'initialValue' : '00:00', |
13 'inputType' : 'time' | 13 'inputType' : 'time' |
14 }); | 14 }); |
15 </script> | 15 </script> |
16 </body> | 16 </body> |
17 </html> | 17 </html> |
OLD | NEW |