Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / downloads / form_page_to_post.html
blobb016da9bcb3bc85de0fb69bda58cae590083fa8e
1 <html>
2 <head>
3 <title>Page with POST form</title>
5 <script>
6 function SubmitForm() {
7 document.forms['doit'].submit();
9 </script>
11 </head>
12 <body>
13 <form id="doit" action="/downloads/image.jpg?allow-post-only" method="post">
14 <input type="Submit" value="Do It"/>
15 </form>
16 </body>
17 </html>