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