Index: third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-window.html b/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
similarity index 90% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-window.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
index b003df5154c736670b0b72b61d75856d46f8d0f3..793e160f34e9ce52b33fb63289ea32d4e3cdad49 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-window.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https.html |
@@ -13,7 +13,7 @@ |
<script> |
function start(t) { |
var script = document.createElement('script'); |
- script.src = '../script-tests/TESTNAME.js?OPTIONS'; |
+ script.src = '../script-tests/response-stream-construction.js?-base-https-other-https'; |
script.addEventListener( |
'error', |
function() { unreached_rejection(t); }); |