blob: 4aae4701a6f27898e2dff1a332ae4e791af4676d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This test makes sure that password fields get drawn with the correct text-security character.</p>
<div style="font: 48px system-ui; -webkit-text-security: disc;">abcdefg</div>
<div style="font: 48px serif; -webkit-text-security: disc;">abcdefg</div>
</body>
</html>