Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 <div id="contains-form"> | |
| 4 <form action="done.html"> | |
| 5 <!-- Please note that username input field is | |
| 6 intentianally excluded here from this form | |
|
vabr (Chromium)
2014/09/24 16:17:21
typo: intentionally
Pritam Nikam
2014/09/25 07:22:27
Done.
| |
| 7 (http://crbug.com/406343). --> | |
| 8 <label for="password">Password</label> | |
| 9 <input type="password" id="password" name="password"/> | |
| 10 <input type="submit" id="submit-button" value="Click!"/> | |
| 11 </form> | |
| 12 </div> | |
| 13 </body> | |
| 14 </html> | |
| OLD | NEW |