blob: 7eb15e32c22ac50f79ed7cfad86c9fbd99ecb1c5 (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<title>Test that input-security: auto obscures text in sensitive text inputs</title>
<style>
input { input-security: auto; }
</style>
<input type="password" value="abcdefg">
|