blob: ae18625cfd1c50cc0b84e900760b301339f9b48b [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Password test form where autocomplete is off for the password field. -->
<html>
<head>
<title>Password Test Form</title>
</head>
<body>
<form method="POST" action="done.html" id="loginform">
<input type="text" id="username" autocomplete="off">
<input type="password" id="password" autocomplete="off">
<input type="submit" id="submit">
</form>
</body>
</html>