| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-on-evaluation.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
|
| similarity index 82%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-on-evaluation.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
|
| index 8214882c6923864c61a04a7176ee6109d89de920..8705f85b56840976e5bedf3ea780efb8830747f5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-on-evaluation.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Service Worker: Clients.matchAll on script evaluation</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>
|
| promise_test(function(t) {
|
| var script = 'resources/clients-matchall-on-evaluation-worker.js';
|
|
|