blob: 90054fda747a99cd4b2424e0d35b09af8102273f [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 date inputs.");
runTestsShouldFail("input", { type: "date" });
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>