| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/claim-not-using-registration.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/claim-not-using-registration.https.html
|
| similarity index 95%
|
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/claim-not-using-registration.https.html
|
| index a30a62961f5e598be5b5e3141f67998df552ccfa..e18e061cd3caa7f7365a01eb0bef8ad49e8004be 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/claim-not-using-registration.https.html
|
| @@ -1,8 +1,9 @@
|
| <!DOCTYPE html>
|
| <title>Service Worker: claim client not using registration</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/testharness-helpers.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="resources/test-helpers.sub.js"></script>
|
| <body>
|
| <script>
|
|
|
|
|