| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get-client-types.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get-client-types.https.html
|
| similarity index 93%
|
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| copy to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get-client-types.https.html
|
| index c0d0b20b3df455b3f4eb58764a051616a592d5cf..0005f98c4bb4a80458ef3131e513c3ab482378ce 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get-client-types.https.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Service Worker: Clients.get with window and worker clients</title>
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| -<script src="resources/test-helpers.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="resources/test-helpers.sub.js"></script>
|
| <script>
|
| var scope = 'resources/clients-get-client-types';
|
| var frame_url = scope + '-frame.html';
|
|
|