How do you tell if a browser has auto filled a text-box? Especially with username & password boxes that autofill around page load.
My first question is when does
try in CSS
input:-webkit-autofill { border-color: #9B9FC4 !important; }