<!DOCTYPE html> | |
<html> | |
<body> | |
<p>This test can be used to verify that the caps lock indicator is not shown in a read-only password field.</p> | |
<ol> | |
<li>Click on the password field (below) to focus it.</li> | |
<li>Press the caps lock key on the keyboard.</li> | |
</ol> | |
<p>This test FAILED if the caps lock indicator is shown. Otherwise, it PASSED.</p> | |
<input type="password" readonly> | |
</body> | |
</html> |