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

Test for sending FormData via XMLHttpRequest.

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

Sending FormData containing a null value:
name=null
Sending FormData containing a null field name:
null=value
PASS successfullyParsed is true

TEST COMPLETE