| Index: webkit/data/test_shell/formsubmit/target_test.html
|
| diff --git a/webkit/data/test_shell/formsubmit/target_test.html b/webkit/data/test_shell/formsubmit/target_test.html
|
| deleted file mode 100644
|
| index 8c47dfcda95bc63f9fbec24d34d2575549490cf1..0000000000000000000000000000000000000000
|
| --- a/webkit/data/test_shell/formsubmit/target_test.html
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -<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>
|
|
|