Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Side by Side Diff: chrome/test/data/form.html

Issue 2190463008: Add an error page for HTTP 404 error pages without bodies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch runtime test to title1.html Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 <!-- A form leading to an empty page. The form is submitted via javascript, so 5 <!-- A form leading to an empty page. The form is submitted via javascript, so
6 we don't need a submit button. --> 6 we don't need a submit button. -->
7 <form id="form" action="/moose" method="post"></form> 7 <form id="form" action="/title1.html" method="post"></form>
8 </body> 8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698