This page is a manual sampler for the non-Mac Caps Lock indicator behavior in password fields.
On Linux, with the patch applied, a focused password input should show a Caps Lock indicator when Caps Lock is on.
Focus password field.autoninja -C out/Default chrome
out/Default/chrome --user-data-dir=/tmp/caps-lock-profile \
"https://static.januschka.com/i-41271565/"
This custom field uses JS to show CAPS when focused and Caps Lock is ON.
Note: The status above comes from JS key events. The bug fix itself is about the native password field indicator drawing logic.
The icon is drawn only for fields that keep native appearance. Heavily author-styled controls (for example with custom appearance, borders, or full custom UI) may not show it.