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