Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / reload_post.html
blobab9142e95150682854929776000edbe33c4e756c
1 <html>
2 <body>
3 <form action="reload_post.html" method="post">
4 <input name="a" value="b">
5 <input id="mysubmit" type="submit" name="Submit" value="Submit">
6 </form>
7 </body>
8 </html>