| Index: chrome/test/data/downloads/form_page_to_post.html
|
| diff --git a/chrome/test/data/downloads/form_page_to_post.html b/chrome/test/data/downloads/form_page_to_post.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8202505da41767a05b8187dce6a071064a04846c
|
| --- /dev/null
|
| +++ b/chrome/test/data/downloads/form_page_to_post.html
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<head>
|
| + <title>Page with POST form</title>
|
| +
|
| +<script>
|
| + function SubmitForm() {
|
| + document.forms['doit'].submit();
|
| + }
|
| +</script>
|
| +
|
| +</head>
|
| +<body>
|
| + <form id="doit" action="/files/post/downloads/image.jpg" method="post">
|
| + <input type="Submit" value="Do It"/>
|
| + </form>
|
| +</body>
|
| +</html>
|
|
|