Index: third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction.html |
similarity index 92% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction.html |
index 2876d7290cc2025aed78e0e990fa150e97dd16ec..5af881339ad9a1d53e80a26dec67c57bad8eea1e 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction.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-stream-construction.js?'; |
script.addEventListener( |
'error', |
function() { unreached_rejection(t); }); |