blob: 2c50df38c3e65ea1be32174f090cb740f86e2e53 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../resources/js-test-pre.js"></script>
<script src="../resources/common-setrangetext.js"></script>
</head>
<body>
<script>
description("Test setRangeText() method is not available in number inputs.");
runTestsShouldFail("input", { type: "number" });
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>