| Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https.html b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.https.html
|
| similarity index 76%
|
| copy from third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-queuing-strategy.https.html
|
| index 9cdad3fde057569b84b014438d19e5a4c4d9e52d..f611291fbdfe4694c24532df1c3ac47a6c45c2e8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/count-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="constructor.js"></script>
|
| +<script src="count-queuing-strategy.js"></script>
|
| <script>
|
| 'use strict';
|
| -worker_test('constructor.js');
|
| +worker_test('count-queuing-strategy.js');
|
| </script>
|
|
|