chromium/third_party/blink/web_tests/fast/forms/password/password-non-empty-expected.html

<input type="text" id="passwd" value="abcd" style="-webkit-text-security:disc;">

<script>
    document.getElementById("passwd").focus();
</script>