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