| Index: LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| diff --git a/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html b/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| index 2df350391ab051ecde167c4fbe717a423d47756d..72ad928d2ac2ba076b536cafa66d8a49ffa290ba 100644
|
| --- a/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| +++ b/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| @@ -18,7 +18,6 @@
|
| script = 'resources/instrumentation-service-worker.js';
|
|
|
| testRunner.setPermission('notifications', 'granted', location.origin, location.origin);
|
| - testRunner.grantWebNotificationPermission(location.origin, true);
|
| getActiveServiceWorkerWithMessagePort(test, script, scope).then(function(workerInfo) {
|
| // (1) Tell the Service Worker to display a Web Notification.
|
| workerInfo.port.postMessage({
|
|
|