| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/require-sri-for/sri-sharedworker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/clients-matchall-client-types-shared-worker.js b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/require-sri-for/sri-sharedworker.js
|
| similarity index 57%
|
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/clients-matchall-client-types-shared-worker.js
|
| copy to third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/require-sri-for/sri-sharedworker.js
|
| index 1ae72fb894453f1bbe847d239647614c45f18ce2..5c9a61ea269334cad0e28c3037c9996312308a53 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/clients-matchall-client-types-shared-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/require-sri-for/sri-sharedworker.js
|
| @@ -1,4 +1,5 @@
|
| onconnect = function(e) {
|
| var port = e.ports[0];
|
| - port.postMessage('started');
|
| -};
|
| + port.postMessage("shared ping");
|
| +}
|
| +
|
|
|