blob: 27d318e5c3f97de5245974a43c4cdfff1c31af41 [file] [log] [blame]
<!DOCTYPE html>
<style>
:invalid {
background-color: #ff0000;
}
</style>
<body>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/multiple-fields-validity-badinput.js"></script>
<script>
testBadInput('month');
</script>
</body>