| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/install-worker-helper.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/install-worker-helper.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/install-worker-helper.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/install-worker-helper.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/install-worker-helper.html
|
| index 1de9baffb756e809e3b6378d58cb02ff4aeb94a3..9c65f823df59c88e8456634721a6f5c386230b32 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/install-worker-helper.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/install-worker-helper.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<script src="test-helpers.js"></script>
|
| +<script src="test-helpers.sub.js"></script>
|
| <script>
|
| window.addEventListener('message', event => {
|
| var port = event.ports[0];
|
|
|