summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html
blob: 7c658b7ef09c7ee38a56ed1d8caceabd7f55ee06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/common.js"></script>
<script src="../resources/common-spinbutton-change-and-input-events.js"></script>
</head>
<body>
<script>
testSpinButtonChangeAndInputEvents('datetime-local', '2012-10-01T00:00', '2012-11-01T00:00');
</script>
</body>
</html>