summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-wheel-event.html
blob: 660bf59b15c5880821aae8a6802066325cb85f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<script src="../../../fast/js/resources/js-test-pre.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>
<script src="../../../fast/js/resources/js-test-post.js"></script>
</body>
</html>