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