Chromium Code Reviews| Index: chrome/test/data/form.html |
| diff --git a/chrome/test/data/form.html b/chrome/test/data/form.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5e9854266c132debccb2061a568ae6cf4732b48f |
| --- /dev/null |
| +++ b/chrome/test/data/form.html |
| @@ -0,0 +1,8 @@ |
| +<html> |
| +<head> |
| +</head> |
| +<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> |
| +</body> |