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

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

Issue 805563003: Track referenced files of subframes in PageState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/file_input_subframe.html
diff --git a/content/test/data/file_input_subframe.html b/content/test/data/file_input_subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..0f9a012db041067d4cd0573e3d9bd62d7413a7d3
--- /dev/null
+++ b/content/test/data/file_input_subframe.html
@@ -0,0 +1,2 @@
+<iframe srcdoc="<form action='title2.html' enctype='multipart/form-data' method='post'><input type='file' id='fileinput' /></form>">
+</iframe>

Powered by Google App Engine
This is Rietveld 408576698