Index: LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-image-404.html |
diff --git a/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-image-404.html b/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-image-404.html |
index 700c4306b972c406b34515c459f9f51b28cb6039..5b89af5ec1726569e14b0579104f8196a25458d6 100644 |
--- a/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-image-404.html |
+++ b/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-image-404.html |
@@ -17,7 +17,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(info) { |
// (1) Display a Web Notification through the Service Worker with |
// an image that will trigger a 404 response immediately. |