| Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-underlying-sources.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-underlying-sources.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-underlying-sources.html
|
| deleted file mode 100644
|
| index 1093e03b635ed0bd495c8a59e5364153235ee961..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/bad-underlying-sources.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="bad-underlying-sources.js"></script>
|
| -<script>
|
| -'use strict';
|
| -fetch_tests_from_worker(new Worker('bad-underlying-sources.js'));
|
| -fetch_tests_from_worker(new SharedWorker('bad-underlying-sources.js'));
|
| -service_worker_test('bad-underlying-sources.js');
|
| -</script>
|
|
|