<!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> |