Re: [xhr-tests] Adjust XHR CORS test to allow custom Content-Type (#4801)

See https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/send-redirect-to-cors.htm#L53

As far as I can see, those tests are failing in Blink and WebKit due to the `Access-Control-Allow-Headers` response header generated from `XMLHttpRequest/resources/corsenabled.py` not including `Content-Type`. (Why they pass in Gecko anyway without this change I don’t understand.)

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

Received on Wednesday, 22 February 2017 09:45:31 UTC