blob: 0a7607d6562c27958bd30b774aa2a0c67f292fb2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This tests that the Obscured AutoFill and viewable visual treatment renders in an auto-filled input. It can only be tested in the test tool.</p>
<div id="container">
<input value="1234567890" style="-webkit-text-security: disc; background-color: #FAFFBD">
<input value="1234567890" style="-webkit-text-security: disc; background-color: #FAFFBD">
<input value="1234567890" style="width: 300px; -webkit-text-security: disc; background-color: #FAFFBD">
<input value="1234567890" style="width: 20px; -webkit-text-security: disc; background-color: #FAFFBD">
<input value="1234567890" style="height: 100px; -webkit-text-security: disc; background-color: #FAFFBD">
<input value="1234567890" style="width: 20px; height:100px; -webkit-text-security: disc; background-color: #FAFFBD">
<input style="background-color: #FAFFBD">
</div>
</body>
</html>