| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/postmessage.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/postmessage.https.html
|
| similarity index 92%
|
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/postmessage.https.html
|
| index 6e6fade17883af323524b827fd86030a13b7cfd6..a6f66517910eefd54abc722c7cf16a7d6f3794ac 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/postmessage.https.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Service Worker: 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>
|
| async_test(function(t) {
|
| var scope = 'resources/blank.html';
|
|
|