| Index: util/net/http_multipart_builder_test.cc
|
| diff --git a/util/net/http_multipart_builder_test.cc b/util/net/http_multipart_builder_test.cc
|
| index 4367e9cc2aafab1b3fa050a0182eb04fb8ea4548..b4fae5b83740c2fec61b838e0aabfec783504f8b 100644
|
| --- a/util/net/http_multipart_builder_test.cc
|
| +++ b/util/net/http_multipart_builder_test.cc
|
| @@ -257,6 +257,8 @@ TEST(HTTPMultipartBuilder, AssertUnsafeMIMEType) {
|
| ASSERT_DEATH(builder.SetFileAttachment("", "", base::FilePath(), "<>"), "");
|
| // Invalid but safe:
|
| builder.SetFileAttachment("", "", base::FilePath(), "0/totally/-invalid.pdf");
|
| + // Valid and safe:
|
| + builder.SetFileAttachment("", "", base::FilePath(), "application/xml+xhtml");
|
| }
|
|
|
| } // namespace
|
|
|