Chromium Code Reviews| 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> |