blob: 3d54c5c333f2bd23e1b704d56b8bce37a2fcde4e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../resources/js-test-pre.js"></script>
<script src="../resources/common-setrangetext.js"></script>
</head>
<body>
<script>
description("Test setRangeText() method is not available in datetimelocal inputs.");
runTestsShouldFail("input", { type: "datetime-local" });
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>