summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events.html
blob: f17d70c629424d8a317322c8319c7cfca9a515ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<script src="../../../fast/js/resources/js-test-pre.js"></script>
<script src="../resources/common.js"></script>
<script src="../resources/common-clearbutton-change-and-input-events.js"></script>
</head>
<body>
<script>
testClearButtonChangeAndInputEvents('time', '12:34');
</script>
<script src="../../../fast/js/resources/js-test-post.js"></script>
</body>
</html>