Re: [fetch-tests] Adding more empty body tests (#3950)

In Chrome the FormData test fails because Chrome serializes the body as

```
"------WebKitFormBoundary9G7XPy41qGToYQW7--
"
```

instead of as the empty string. Can you or @annevk confirm for me that the empty string is correct?

(Chrome also fails one test since `request.formData()` is missing for now. Maybe that is related? But I assume not.)

/cc @yutakahirano

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3950#issuecomment-253510359

Received on Thursday, 13 October 2016 13:18:24 UTC