summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-wheel-event.html
blob: a5869d62c45204bcc1673705736f1bfb72986e49 (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' : 'time',
    'initialValue' : '07:00',
    'stepUpValue1' : '08:00',
    'stepUpValue2' : '09:00' });
</script>
</body>
</html>