| Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/byte-length-queuing-strategy.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/byte-length-queuing-strategy.https.html
|
| similarity index 74%
|
| copy from third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/byte-length-queuing-strategy.https.html
|
| index fa2e3eadef2ef9de3746955bd07a699d7da69135..7f77b9fb506efd282bbd3e860914412104ab919c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/general.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/byte-length-queuing-strategy.https.html
|
| @@ -5,8 +5,8 @@
|
| <script src="/serviceworker/resources/test-helpers.js"></script>
|
| <script src="../resources/test-initializer.js"></script>
|
|
|
| -<script src="general.js"></script>
|
| +<script src="byte-length-queuing-strategy.js"></script>
|
| <script>
|
| 'use strict';
|
| -worker_test('general.js');
|
| +worker_test('byte-length-queuing-strategy.js');
|
| </script>
|
|
|