Current browser tests for Push API only tests subscribing from a document, because we didn't have the ability to subscribe from a worker without a manifest.
Now that an application specified key is available (https://codereview.chromium.org/1801113003/), we should add tests that have subscriptions from the service worker.
Tests should cover:
* Subscription by a worker without a key but with an available manifest
* Re-subscription by a worker without a key but where the info can be looked up
* Subscription by a worker with a valid key
Comment 1 by mvanouwe...@chromium.org
, Mar 22 2016Status: Started (was: Assigned)