| Index: third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js
|
| index ec49232ebb71ec4684b9013081405598a45e2320..675cd6bb217e62f44187127d775b0c04293cf221 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js
|
| @@ -152,7 +152,7 @@ var TEST_TARGETS = [];
|
| // Test CORS preflight with multiple request headers.
|
| [OTHER_BASE_URL + 'mode=cors&credentials=same-origin&method=' + method +
|
| '&headers=CUSTOM2&ACAOrigin=*&PACAOrigin=*&PACAMethods=' + method +
|
| - '&PACAHeaders=x-servicEworker-u, x-servicEworker-ua, x-servicewOrker-test, x-sErviceworker-s, x-sErviceworker-v&PreflightTest=200',
|
| + '&PACAHeaders=x-servicEworker-u,x-servicEworker-ua,x-servicewOrker-test,x-sErviceworker-s,x-sErviceworker-v&PreflightTest=200',
|
| [fetchResolved, noContentLength, noServerHeader, hasBody, typeCors],
|
| [checkMethod, hasCustomHeader2]],
|
| [OTHER_BASE_URL + 'mode=cors&credentials=same-origin&method=' + method +
|
| @@ -170,8 +170,8 @@ var TEST_TARGETS = [];
|
| // Test Access-Control-Request-Headers is sorted https://crbug.com/452391
|
| [OTHER_BASE_URL + 'mode=cors&credentials=same-origin&method=' + method +
|
| '&headers=CUSTOM2&ACAOrigin=*&PACAOrigin=*&PACAMethods=' + method +
|
| - '&PACAHeaders=x-servicEworker-u, x-servicEworker-ua, x-servicewOrker-test, x-sErviceworker-s, x-sErviceworker-v&PACRMethod=' + method +
|
| - '&PACRHeaders=x-serviceworker-s, x-serviceworker-test, x-serviceworker-u, x-serviceworker-ua, x-serviceworker-v&PreflightTest=200',
|
| + '&PACAHeaders=x-servicEworker-u,x-servicEworker-ua,x-servicewOrker-test,x-sErviceworker-s,x-sErviceworker-v&PACRMethod=' + method +
|
| + '&PACRHeaders=x-serviceworker-s,x-serviceworker-test,x-serviceworker-u,x-serviceworker-ua,x-serviceworker-v&PreflightTest=200',
|
| [fetchResolved, noContentLength, noServerHeader, hasBody, typeCors],
|
| [checkMethod, hasCustomHeader2]]);
|
| });
|
|
|