summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html
blob: 1737161140e32e19791f5e0544f5775b3718639a (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' : 'week',
    'initialValue' : '1999-W01',
    'stepUpValue1' : '1999-W02',
    'stepUpValue2' : '1999-W03' });
</script>
</body>
</html>