Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/block-mixed-content-base-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
| similarity index 82% |
| copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/block-mixed-content-base-https.html |
| copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
| index 42d2c56b1b35de30dd9103cc7bb4c9f93cc10d11..1297ef322d79d7163445bf09580873b7c941bb08 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/block-mixed-content-base-https.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
| @@ -9,8 +9,8 @@ |
| <script> |
| function start(t) { |
| service_worker_test( |
|
domenic
2015/12/09 13:03:18
Would it be better to copy the three-tests-in-one-
yhirano
2015/12/10 10:51:05
We think separating them is useful to see the fail
|
| - '../script-tests/block-mixed-content.js?-base-https', |
| - 'block-mixed-content'); |
| + '../script-tests/response-stream-construction.js?', |
| + 'response-stream-construction'); |
| t.done(); |
| } |
| function init() { |