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