blob: 6c9cc3a426558a6eee89f3341bb4117c6608ad6f (
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-clearbutton-change-and-input-events.js"></script>
</head>
<body>
<script>
testClearButtonChangeAndInputEvents('date', '2012-10-01');
</script>
</body>
</html>
|