summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-required/css-required-password.html
blob: 27db40342a9694707c672aaf71b5be1c8e123243 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <input type="password" required>
  </body>
</html>