https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9410736ee9cc0d5c93008c72269a91c6cd9be233 authored by Kai Engert on 13 June 2012, 15:42:39 UTC
backing out my previous commit 853ac25ddd18 which accidentally landed on this release branch, a=none
Tip revision: 9410736
css-required-password.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <input type="password" required>
  </body>
</html>
back to top