Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 <div id="contains-form"> | |
| 4 <form action="done.html"> | |
| 5 <label for="password">Password</label> | |
|
vabr (Chromium)
2014/09/24 09:47:43
nit: Although the name of the file suggest this, c
Pritam Nikam
2014/09/24 12:57:55
Done.
| |
| 6 <input type="password" id="password" name="password"> | |
| 7 <input type="submit" id="submit-button" value="Click!"> | |
| 8 </form> | |
| 9 </div> | |
| 10 </body> | |
| 11 </html> | |
| OLD | NEW |