Index: content/test/data/form_that_posts_cross_site.html |
diff --git a/content/test/data/form_that_posts_cross_site.html b/content/test/data/form_that_posts_cross_site.html |
deleted file mode 100644 |
index 6317347e9d004f921ef2e85fb6122491a7c1d4ad..0000000000000000000000000000000000000000 |
--- a/content/test/data/form_that_posts_cross_site.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head></head> |
- <body> |
- <form id="text-form" method="POST" action="/cross-site-307/x.com/echoall"> |
- <input type="text" id="text" name="text" value="value"> |
- <input type="submit"> |
- </form> |
- <form id="file-form" method="POST" action="/cross-site-307/x.com/echoall" |
- enctype="multipart/form-data"> |
- <input type="file" id="file" name="file"> |
- <input type="submit"> |
- </form> |
- </body> |
-</html> |