blob: 47fcdcb04ac659ae0417684d887829b560a54df7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/common.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>
</body>
</html>