blob: 0670cd1bd7a9aaaf27c12b272d144210ba8793af [file] [log] [blame]
<!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 number inputs.");
runTestsShouldFail("input", { type: "number" });
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>