Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / downloads / form_page_to_post.html
blob8202505da41767a05b8187dce6a071064a04846c
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="/files/post/downloads/image.jpg" method="post">
14 <input type="Submit" value="Do It"/>
15 </form>
16 </body>
17 </html>