blob: 909fe14acbd4bf468ef6efa1282e9171d86c8683 [file] [log] [blame]
<link rel="match" href="password-no-reveal-button-expected.html">
<input type="password">
<input type="password" id="passwd">
<script>
// This verifies the reveal-password button doesn't show when no character is entered. (regardless focused or not)
document.getElementById("passwd").focus();
</script>