| Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-strategies.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
|
| similarity index 54%
|
| copy from third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-strategies.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
|
| index b0acc10bbd9e8c3f4e8cce063a1ef72de439048c..fa2e3eadef2ef9de3746955bd07a699d7da69135 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-strategies.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
|
| @@ -3,11 +3,10 @@
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script src="/serviceworker/resources/test-helpers.js"></script>
|
| +<script src="../resources/test-initializer.js"></script>
|
|
|
| -<script src="bad-strategies.js"></script>
|
| +<script src="general.js"></script>
|
| <script>
|
| 'use strict';
|
| -fetch_tests_from_worker(new Worker('bad-strategies.js'));
|
| -fetch_tests_from_worker(new SharedWorker('bad-strategies.js'));
|
| -service_worker_test('bad-strategies.js');
|
| +worker_test('general.js');
|
| </script>
|
|
|