Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-ui/input-security-none-sensitive-text-input.html
<!DOCTYPE html> <title>Test that input-security: none does not obscure text in sensitive text inputs</title> <link rel="help" href="https://drafts.csswg.org/css-ui-4/#input-security"> <link rel="author" title="Apple Inc"> <link rel="match" href="input-security-none-sensitive-text-input-ref.html"> <style> input { input-security: none; } </style> <input type="password" value="hunter2">
/css/css-ui/input-security-none-sensitive-text-input-ref.html
<!DOCTYPE html> <title>Test that input-security: none does not obscure text in sensitive text inputs</title> <input type="text" value="hunter2">