| Index: LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https.html b/LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
|
| similarity index 90%
|
| copy from LayoutTests/http/tests/fetch/window/block-mixed-content-base-https.html
|
| copy to LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
|
| index 0857d4b487861b812430461e4ad1ad5ee1cad394..ebcad5854bcf1bfd56560283579b3bb6f9021c51 100644
|
| --- a/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https.html
|
| +++ b/LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
|
| @@ -10,7 +10,7 @@
|
| <script>
|
| function start(t) {
|
| var script = document.createElement('script');
|
| - script.src = '../script-tests/block-mixed-content.js?-base-https';
|
| + script.src = '../script-tests/block-mixed-content-nocors.js?-base-https';
|
| script.addEventListener(
|
| 'error',
|
| function() { unreached_rejection(t); });
|
|
|