blob: 4b6d0f9b5d7cc3a8d3b90a883efa5ec2d875dee8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../resources/datetime-validity-badinput.js"></script>
<style>
:invalid {
background-color: #ff0000;
}
</style>
<body>
<div id="log"></div>
<script>
testBadInput('date');
</script>
</body>
</html>