| Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
|
| similarity index 95%
|
| copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
|
| index 2d0c91a59ba0cac01f9bd8bc14a986eb63df94a2..6982b759684b6ed484c793fc327cde90d9d6c4b5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
|
| @@ -19,7 +19,7 @@ function onlyOnServiceWorkerProxiedTest(checkFuncs) {
|
| <script>
|
| var host_info = get_host_info();
|
| function start(t) {
|
| - executeServiceWorkerProxiedTests(TEST_TARGETS);
|
| + executeTestsFromControlledPage(TEST_TARGETS);
|
| t.done();
|
| }
|
| function init(test) {
|
|
|