blob: e5b9e074a5112cdac8864dd9e1e5369fb1a714dc [file] [log] [blame]
<input type="text" id="passwd" value="abcd" style="-webkit-text-security:disc;">
<script>
document.getElementById("passwd").focus();
</script>