Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: chrome/test/data/downloads/form_page_to_post.html

Issue 9314037: Save As for content retrieved via POST works in most circumstances. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/downloads/form_page_to_post.html
diff --git a/chrome/test/data/downloads/form_page_to_post.html b/chrome/test/data/downloads/form_page_to_post.html
new file mode 100644
index 0000000000000000000000000000000000000000..8202505da41767a05b8187dce6a071064a04846c
--- /dev/null
+++ b/chrome/test/data/downloads/form_page_to_post.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+ <title>Page with POST form</title>
+
+<script>
+ function SubmitForm() {
+ document.forms['doit'].submit();
+ }
+</script>
+
+</head>
+<body>
+ <form id="doit" action="/files/post/downloads/image.jpg" method="post">
+ <input type="Submit" value="Do It"/>
+ </form>
+</body>
+</html>
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.cc ('k') | content/browser/download/download_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698