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