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

Unified Diff: content/test/data/form_that_posts_to_echoall.html

Issue 2902933002: Verify all files in the request body are accessible by the renderer process. (Closed)
Patch Set: Fixes based on Nick's review. Created 3 years, 7 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
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/form_that_posts_to_echoall.html
diff --git a/content/test/data/form_that_posts_to_echoall.html b/content/test/data/form_that_posts_to_echoall.html
index ddd726e05ae021ab7e3075d5eac882e47fe1757a..161f84616fc5dc18577588c862003402dbe5119a 100644
--- a/content/test/data/form_that_posts_to_echoall.html
+++ b/content/test/data/form_that_posts_to_echoall.html
@@ -6,5 +6,9 @@
<input type="text" name="text" value="value">
<input type="submit">
</form>
+ <form id="file-form" method="POST" action="/echoall" enctype="multipart/form-data">
+ <input type="file" id="file" name="file">
+ <input type="submit">
+ </form>
</body>
</html>
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698