| Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/count-queuing-strategy-integration.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/count-queuing-strategy-integration.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/count-queuing-strategy-integration.html
|
| deleted file mode 100644
|
| index 5b16d56bc756fc6cd9e17fcf24d570302fd991d0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/count-queuing-strategy-integration.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<meta charset="utf-8">
|
| -<script src="/resources/testharness.js"></script>
|
| -<script src="/resources/testharnessreport.js"></script>
|
| -<script src="/serviceworker/resources/test-helpers.js"></script>
|
| -
|
| -<script src="count-queuing-strategy-integration.js"></script>
|
| -<script>
|
| -'use strict';
|
| -fetch_tests_from_worker(new Worker('count-queuing-strategy-integration.js'));
|
| -fetch_tests_from_worker(new SharedWorker('count-queuing-strategy-integration.js'));
|
| -service_worker_test('count-queuing-strategy-integration.js');
|
| -</script>
|
|
|