| Index: third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content-nocors.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content-nocors.js b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content-nocors.js
|
| index 1ff8821e33601a55cf2162238eb418e49a1176f2..859f63523c32b4d52598419afa8b91b41800dfb6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content-nocors.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content-nocors.js
|
| @@ -4,16 +4,16 @@ if (self.importScripts) {
|
| }
|
|
|
| var BASE_URL =
|
| - 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
|
| + 'http://example.test:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
|
| var HTTPS_BASE_URL =
|
| - 'https://127.0.0.1:8443/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
|
| + 'https://example.test:8443/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
|
| var HTTPS_OTHER_BASE_URL =
|
| 'https://localhost:8443/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
|
|
|
| var REDIRECT_URL =
|
| - 'http://127.0.0.1:8000/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
|
| + 'http://example.test:8000/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
|
| var HTTPS_REDIRECT_URL =
|
| - 'https://127.0.0.1:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
|
| + 'https://example.test:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
|
| var HTTPS_OTHER_REDIRECT_URL =
|
| 'https://localhost:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
|
|
|
|
|