summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-wheel-event.html
blob: 0e02af2b8ead0d7f44485186a635df434364207a (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' : 'date',
    'initialValue' : '1999-01-13',
    'stepUpValue1' : '1999-02-13',
    'stepUpValue2' : '1999-03-13' });
</script>
</body>
</html>