blob: bbfeaec0222a08c6a07090d62ba694907cef8146 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../../../../resources/gesture-util.js"></script>
<script src="../resources/common-wheel-event.js"></script>
</head>
<body>
<script>
testWheelEvent({
'inputType' : 'month',
'initialValue' : '1999-01',
'stepUpValue1' : '1999-02',
'stepUpValue2' : '1999-03' });
</script>
</body>
</html>