| Index: third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js
|
| index 7f33e95b817d440bddb5505df85ce0ef1982c2ce..9d72f303bfb4b5db6cb71169f18f8ef47be63c51 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js
|
| @@ -133,6 +133,27 @@ var TEST_TARGETS = [
|
| // [fetchResolved, noContentLength, noServerHeader, hasBody, typeCors],
|
| // [methodIsPOST]],
|
|
|
| + // Custom header
|
| + [REDIRECT_URL +
|
| + encodeURIComponent(
|
| + OTHER_BASE_URL +
|
| + 'ACAOrigin=*&ACAHeaders=x-serviceworker-test') +
|
| + '&mode=cors&credentials=same-origin&method=GET&headers=CUSTOM',
|
| + [fetchResolved, noContentLength, noServerHeader, hasBody, typeCors],
|
| + [methodIsGET, hasCustomHeader, authCheckNone]],
|
| + [REDIRECT_URL +
|
| + encodeURIComponent(
|
| + OTHER_BASE_URL +
|
| + 'ACAOrigin=*') +
|
| + '&mode=cors&credentials=same-origin&method=GET&headers=CUSTOM',
|
| + [fetchRejected]],
|
| + [REDIRECT_URL +
|
| + encodeURIComponent(
|
| + OTHER_BASE_URL +
|
| + 'ACAHeaders=x-serviceworker-test') +
|
| + '&mode=cors&credentials=same-origin&method=GET&headers=CUSTOM',
|
| + [fetchRejected]],
|
| +
|
| // Server header
|
| [REDIRECT_URL +
|
| encodeURIComponent(
|
|
|