blob: 20f17a294427778af036c88ebe7943efe6ee7ece [file] [log] [blame]
<link rel="match" href="password-non-empty-expected.html">
<input type="password" id="passwd" value="abcd">
<script>
// This verifies the reveal-password button doesn't appear if the password control is not empty when it gets focus.
document.getElementById("passwd").focus();
</script>