summaryrefslogtreecommitdiff
path: root/chromium/webkit/data/test_shell/formsubmit/target_test.html
blob: 8c47dfcda95bc63f9fbec24d34d2575549490cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html><head></head><body>

<form method="post" enctype="multipart/form-data" action="http://fishy/cgi-bin/echo-all" target="blah">
  <input name="f" type="text">
  <input value="Submit" type="submit">
</form>

<iframe style="border: 1px solid black;" name="blah" src="javascript:'the submission should go here'"></iframe>


</body></html>