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 93% |
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 1d77fe2f565448ecf90ae8ee496366d6d17ec904..9cf6bbb5ee52c4f570a09920e6294c40b68c11b7 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 |
@@ -13,7 +13,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); }); |