blob: 817d8e58cfa560a5fcd264b338c808fb22116f5c (
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('week', '2012-W10');
</script>
</body>
</html>
|