Index: LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html |
diff --git a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-workers.html b/LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html |
similarity index 83% |
copy from LayoutTests/http/tests/fetch/script-tests/TEMPLATE-workers.html |
copy to LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html |
index 596b9235073e60ee01913a01c76196edd601c843..a0115a39025d00eb5442316ecfca91778f8a366d 100644 |
--- a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-workers.html |
+++ b/LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html |
@@ -8,7 +8,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/TESTNAME.js?OPTIONS')); |
+ new Worker('../script-tests/block-mixed-content-nocors.js?-base-https')); |
t.done(); |
} |
function init() { |