| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/postmessage.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/postmessage.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html
|
| index 7a78f5360baf49430a0ee32091aa31e09be75938..17046eedc6bd2529b452fe03a0e9e2d52c0b2d70 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/postmessage.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>ServiceWorkerGlobalScope: postMessage</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) {
|
|
|