blob: e2ca2f814decb07ed4c63a016ea60dd1b571871e [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 range inputs.");
runTestsShouldFail("input", { type: "range" });
</script>
</body>
</html>