tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

input-security-none-sensitive-text-input.html (389B)


      1 <!DOCTYPE html>
      2 <title>Test that input-security: none does not obscure text in sensitive text inputs</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-ui-4/#input-security">
      4 <link rel="author" title="Apple Inc">
      5 <link rel="match" href="input-security-none-sensitive-text-input-ref.html">
      6 <style>
      7  input { input-security: none; }
      8 </style>
      9 <input type="password" value="hunter2">