| Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
|
| deleted file mode 100644
|
| index 0dbd7397458cf05bf9c7b123da90bf7daa81608a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/brand-checks.html
|
| +++ /dev/null
|
| @@ -1,14 +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="../resources/test-utils.js"></script>
|
| -<script src="brand-checks.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');
|
| -</script>
|
|
|