| Index: LayoutTests/http/tests/fetch/window/response-content-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html b/LayoutTests/http/tests/fetch/window/response-content-other-https.html
|
| similarity index 92%
|
| copy from LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html
|
| copy to LayoutTests/http/tests/fetch/window/response-content-other-https.html
|
| index 2876d7290cc2025aed78e0e990fa150e97dd16ec..b1785d6c7bd9c2ccee171444ad6780d5f3187d9b 100644
|
| --- a/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html
|
| +++ b/LayoutTests/http/tests/fetch/window/response-content-other-https.html
|
| @@ -12,7 +12,7 @@
|
| <script>
|
| function start(t) {
|
| var script = document.createElement('script');
|
| - script.src = '../script-tests/fetch.js?-base-https-other-https';
|
| + script.src = '../script-tests/response-content.js?-other-https';
|
| script.addEventListener(
|
| 'error',
|
| function() { unreached_rejection(t); });
|
|
|