chromium/third_party/blink/web_tests/fast/forms/password/password-small-size-expected.html

<input type="text" id="passwd" style="width:20px; -webkit-text-security:disc;">

<script>
    document.getElementById("passwd").focus();
    eventSender.keyDown('a');
</script>