Re: [fetch-tests] Cleanup CORS URL credentials test (#4930)

@youennf with these changes Chrome passes all the test, including my newly added "test the setup" test, but Safari TP fails most. Firefox never completes running the test locally somehow.

Part of the problem of your setup was that you set credentials to "include", but `redirect.py` only used `*` for `Access-Control-Allow-Origin`, so everything would be rejected by that mismatch alone and credentials in the URL would never end up being tested.

Not really sure what to do about Firefox not completing the test run though. @jdm @wanderview ideas?

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

Received on Tuesday, 21 February 2017 08:24:45 UTC