| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/registration-events.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-events.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/registration-events.https.html
|
| similarity index 88%
|
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-events.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/registration-events.https.html
|
| index 1a3377627e6d5980ddde1ef4826007c2a4997695..972ce7410b9922edb7052ea5be740f8ef4892f19 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-events.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/registration-events.https.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Service Worker: registration events</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 t = async_test('Registration: events');
|
| t.step(function() {
|
|
|