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