Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 Navigation complete. Below is the login form again, a sign of failure. | |
| 4 <form method="POST" action="failed.html" id="to_failed"> | |
| 5 <input type="text" id="username_failed" name="username_failed"> | |
| 6 <input type="password" id="password_failed" name="password_failed"> | |
| 7 <input type="submit" id="submit_failed" name="submit_failed"> | |
| 8 </form> | |
| 9 | |
| 10 </body> | |
| 11 </html> | |
| OLD | NEW |