Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fetch methods #17521

Merged
merged 10 commits into from Aug 19, 2017
Prev

Update test expectations

  • Loading branch information
KiChjang committed Aug 18, 2017
commit 268f78e5c8eb06854b4538116af8904a8517520b
@@ -1,11 +1,5 @@
[cors-preflight.any.html]
type: testharness
[CORS [DELETE\], server allows]
expected: FAIL

[CORS [PUT\], server allows]
expected: FAIL

[CORS [PATCH\], server allows]
expected: FAIL

@@ -27,18 +21,8 @@
[CORS [PUT\] [several headers\], server allows]
expected: FAIL

[CORS [PUT\] [only safe headers\], server allows]
expected: FAIL


[cors-preflight.any.worker.html]
type: testharness
[CORS [DELETE\], server allows]
expected: FAIL

[CORS [PUT\], server allows]
expected: FAIL

[CORS [PATCH\], server allows]
expected: FAIL

@@ -59,7 +43,3 @@

[CORS [PUT\] [several headers\], server allows]
expected: FAIL

[CORS [PUT\] [only safe headers\], server allows]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.