Chromium Code Reviews| 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 f37bb6ceb278461e694cb6eac96c0309ba10bb30..7f8e71dad7763c4ad7db32ac366485b33ed5cc05 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 | 
| @@ -12,7 +12,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'; | 
| 
 
tyoshino (SeeGerritForStatus)
2015/12/10 13:49:37
is -other-https necessary?
 
 | 
| script.addEventListener( | 
| 'error', | 
| function() { unreached_rejection(t); }); |