blob: a1d3a22262143a74cd82aa239d32836a483ec180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.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>
|