blob: c945c20f886c26e0dccf695da0c6a67b868014b2 [file] [log] [blame]
<html>
<body>
Navigation complete. Below is the login form with a different action but
same structure, a sign of failure.
<form method="POST" action="retry.html" id="different_action_form">
<input type="text" id="username_different_action" name="username_different_action">
<input type="password" id="password_different_action" name="password_different_action">
<input type="submit" id="submit_different_action" name="submit_different_action">
</form>
</body>
</html>