Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 Navigation complete. Below is a form unrelated to the previous login form. | |
| 4 <form method="POST" action="unrelated.html" id="to_unrelated"> | |
| 5 <input type="text" id="username_unrelated" name="username_unrelated"> | |
| 6 <input type="password" id="password_unrelated" name="password_unrelated"> | |
| 7 <input type="submit" id="submit_unrelated" name="submit_unrelated"> | |
| 8 </form> | |
| 9 | |
| 10 </body> | |
| 11 </html> | |
| OLD | NEW |