| Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/close.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/close.https.html
|
| similarity index 59%
|
| copy from third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/close.https.html
|
| index 0dbd7397458cf05bf9c7b123da90bf7daa81608a..8a06394f98832e195243e208410084915747752c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/close.https.html
|
| @@ -3,12 +3,12 @@
|
| <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="../resources/test-utils.js"></script>
|
| -<script src="brand-checks.js"></script>
|
| +<script src="../resources/recording-streams.js"></script>
|
| +
|
| +<script src="close.js"></script>
|
| <script>
|
| 'use strict';
|
| -fetch_tests_from_worker(new Worker('brand-checks.js'));
|
| -fetch_tests_from_worker(new SharedWorker('brand-checks.js'));
|
| -service_worker_test('brand-checks.js');
|
| +worker_test('close.js');
|
| </script>
|
|
|