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

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: Change file to avoid PwnMessageReceived, just revoke file access. 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
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>

Powered by Google App Engine
This is Rietveld 408576698