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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/form.html
diff --git a/chrome/test/data/form.html b/chrome/test/data/form.html
index 5e9854266c132debccb2061a568ae6cf4732b48f..0d9874428c0124165753184fb84a26fc484d666b 100644
--- a/chrome/test/data/form.html
+++ b/chrome/test/data/form.html
@@ -4,5 +4,5 @@
<body>
<!-- A form leading to an empty page. The form is submitted via javascript, so
we don't need a submit button. -->
-<form id="form" action="/moose" method="post"></form>
+<form id="form" action="/title1.html" method="post"></form>
</body>

Powered by Google App Engine
This is Rietveld 408576698