blob: 057af5a4460e70a8c5cc72425615e647031d8e05 [file] [log] [blame]
<!DOCTYPE html>
<meta name="color-scheme" content="light dark">
<input type="password" id="passwd">
<script>
// This verifies the reveal-password button appears after a character is entered.
document.getElementById("passwd").focus();
eventSender.keyDown('a');
</script>