blob: 9b268833a33a83b595c99fc1e6c08907a5edecc6 [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 on search inputs.");
runTestsShouldPass("input", { type: "search" });
runTestsShouldPass("input", { type: "search", dir: "rtl" });
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>