Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/input-security-auto-sensitive-text-input.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Test that input-security: auto obscures text in sensitive text inputs</title>
<link rel="author" title="Apple Inc">
<link rel="match" href="input-security-auto-sensitive-text-input-ref.html">
<style>
input { input-security: auto; }
</style>
<input type="password" value="hunter2">