| 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>
|
|
|