Update ASan/Android runtime and setup script to LLVM r200682.
[chromium-blink-merge.git] / webkit / data / test_shell / formsubmit / target_test.html
blob8c47dfcda95bc63f9fbec24d34d2575549490cf1
1 <html><head></head><body>
3 <form method="post" enctype="multipart/form-data" action="http://fishy/cgi-bin/echo-all" target="blah">
4 <input name="f" type="text">
5 <input value="Submit" type="submit">
6 </form>
8 <iframe style="border: 1px solid black;" name="blah" src="javascript:'the submission should go here'"></iframe>
11 </body></html>