chromium/third_party/blink/web_tests/http/tests/local/formdata/send-form-data-with-filename-expected.txt

Test that filename passed to FormData.append() takes precedence over filename in File.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Sending FormData containing one file with custom filename:
file1=custom-name.txt:text/plain:1234567890
PASS successfullyParsed is true

TEST COMPLETE