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