blob: 0b368e5aba8b1a42d649a0ab202d4991b883955f (
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('date', '2012-10-01');
</script>
<script src="../../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
|