blob: 94b4352cb4578fd7d80055e4524bbac2bd4757b3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../resources/js-test.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>
</body>
</html>