Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head></head> | 3 <head></head> |
| 4 <body> | 4 <body> |
| 5 <form id="form" method="POST" action="/echoall"> | 5 <form id="form" method="POST" action="/echoall"> |
| 6 <input type="text" name="text" value="value"> | 6 <input type="text" name="text" value="value"> |
| 7 <input type="submit"> | 7 <input type="submit"> |
| 8 </form> | 8 </form> |
| 9 <form id="file-form" method="POST" action="/echoall" enctype="multipart/form -data"> | |
| 10 <input type="file" id="file" name="file"> | |
| 11 <input type="submit"> | |
| 12 </form> | |
| 9 </body> | 13 </body> |
| 10 </html> | 14 </html> |
| OLD | NEW |