summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html
blob: cc88cf6934e5edfed0d3f3e205a36f65dfa64223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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('datetime-local');
</script>
</body>