| Index: LayoutTests/http/tests/fetch/window/thorough/auth-nocors-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-window.html b/LayoutTests/http/tests/fetch/window/thorough/auth-nocors-other-https.html
|
| similarity index 60%
|
| copy from LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-window.html
|
| copy to LayoutTests/http/tests/fetch/window/thorough/auth-nocors-other-https.html
|
| index a5477a2d8068f4d9c917688b86057a4f54572237..0675ec6e62d2edbf63da962b9fff7070ecf7d31a 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-window.html
|
| +++ b/LayoutTests/http/tests/fetch/window/thorough/auth-nocors-other-https.html
|
| @@ -5,10 +5,10 @@
|
| <script src = "/resources/testharness-helpers.js"></script>
|
| <script src = "/resources/testharnessreport.js"></script>
|
| <script src = "/serviceworker/resources/test-helpers.js"></script>
|
| -<script src = "../resources/fetch-test-options.js"></script>
|
| -<script src = "../resources/fetch-test-helpers.js"></script>
|
| -<script src = "../resources/fetch-access-control-util.js"></script>
|
| -<script src = "../script-tests/TESTNAME.js?OPTIONS"></script>
|
| +<script src = "/fetch/resources/fetch-test-options.js"></script>
|
| +<script src = "/fetch/resources/fetch-test-helpers.js"></script>
|
| +<script src = "/fetch/resources/thorough-util.js"></script>
|
| +<script src = "/fetch/script-tests/thorough/auth-nocors.js?-other-https"></script>
|
| </head>
|
| <body>
|
| <script>
|
| @@ -21,5 +21,5 @@ function init(test) {
|
| .then(function() {return login_https(test);});
|
| }
|
| </script>
|
| -<script src = "../resources/init.js"></script>
|
| +<script src = "/fetch/resources/init.js"></script>
|
| </body>
|
|
|