blob: 814c730fb42523437bde58a159157bc01ac11b63 [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('time');
</script>
</body>
</html>