| Index: third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/brand-checks.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/brand-checks.https.html b/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/brand-checks.https.html
|
| index ef5f326e3fbd97a02f2b747a2ea06e382c2d3444..98d2e281ffaf6f0b4046b30296b2d09fb1f3de9f 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/brand-checks.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/brand-checks.https.html
|
| @@ -1,13 +1,10 @@
|
| <!DOCTYPE html>
|
| <meta charset="utf-8">
|
| +<title>brand-checks.js browser context wrapper file</title>
|
| +
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| -<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
|
| -<script src="../resources/test-initializer.js"></script>
|
|
|
| <script src="../resources/test-utils.js"></script>
|
| +
|
| <script src="brand-checks.js"></script>
|
| -<script>
|
| -'use strict';
|
| -worker_test('brand-checks.js');
|
| -</script>
|
|
|