| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helper-iframe.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-iframe.html
|
| similarity index 89%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helper-iframe.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-iframe.html
|
| index 9b94c12bb936f670fce60a8d0efa9d46c30ba8e5..722843a09fa5b03a323f14fd01c86665d3665046 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helper-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-iframe.html
|
| @@ -13,4 +13,5 @@ self.onmessage = e => {
|
| handle_message(e);
|
| }
|
| };
|
| +if (self.opener) self.opener.postMessage('ready', '*');
|
| </script>
|
|
|