summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html
blob: b6ec2da6e705574e12b6a2888721c6ad4b18c880 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/multiple-fields-blur-and-focus-events.js"></script>
<div id="container"></div>
<script>
startTestFor('datetime-local');
</script>
</body>
</html>