RESOLVED FIXED 139485
CORS Redirect handling is not supported (W3C test cases failing)
https://bugs.webkit.org/show_bug.cgi?id=139485
Summary CORS Redirect handling is not supported (W3C test cases failing)
Melvin Rook
Reported 2014-12-10 08:09:30 PST
URL for W3C test cases: http://w3c-test.org/cors/redirect-origin.htm Tested on the following browsers: Safari (Desktop) - Failed Mobile Safari (iOS) - Failed Mobile Safari (Android) - Failed Other browsers: Firefox Nightly - Passed Chrome (Android) - Passed Chrome (Desktop) - Passed Any failed test case results in the following console error: "Cannot make any requests from null". Expected result: All test cases should pass.
Attachments
Alexey Proskuryakov
Comment 1 2016-06-21 23:04:36 PDT
Is this still the case?
youenn fablet
Comment 2 2016-06-22 00:55:48 PDT
We should be in a better shape now. Running the test on a regular safari is all green. Ideally, I would like to import all the W3C CORS tests as layout tests. The issue is that these tests use URLS like www1.w3c-test.org which translate to www1.localhost in our test framework. See bug 127676. It would be cool though to have one bot with updated DNS able to run the W3C tests.
Melvin Rook
Comment 3 2016-06-22 01:05:41 PDT
Confirmed that it's still the case. Tested again on: Safari (Desktop OSX 10.11.4, Safari 9.1) - 18 tests failed Safari (Desktop OSX 10.11.5, Safari 9.1.1) - 18 tests failed Mobile Safari (iOS 9.3.2) 18 tests failed
youenn fablet
Comment 4 2016-06-22 01:22:13 PDT
(In reply to comment #3) > Confirmed that it's still the case. > > Tested again on: > Safari (Desktop OSX 10.11.4, Safari 9.1) - 18 tests failed > Safari (Desktop OSX 10.11.5, Safari 9.1.1) - 18 tests failed > Mobile Safari (iOS 9.3.2) 18 tests failed Thanks for checking again. Can you try on Safari preview: https://developer.apple.com/safari/technology-preview/
Melvin Rook
Comment 5 2016-06-22 01:45:06 PDT
Safari Technology Preview 9.1.2 (11601.7.4, 11602.1.35) - All tests passed!
youenn fablet
Comment 6 2016-06-22 01:48:36 PDT
(In reply to comment #5) > Safari Technology Preview 9.1.2 (11601.7.4, 11602.1.35) - All tests passed! Great!
Note You need to log in before you can comment on or make changes to this bug.