Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/block-mixed-content-base-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html |
similarity index 82% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/workers/block-mixed-content-base-https.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html |
index 40de41d72c897af641c9afeeeed9af04e0ef51f9..930d670b71b6669dc08942af262832473ffeea9c 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/block-mixed-content-base-https.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https.html |
@@ -9,7 +9,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/block-mixed-content.js?-base-https')); |
+ new Worker('../script-tests/response-stream-construction.js?-base-https-other-https')); |
t.done(); |
} |
function init() { |