| Index: LayoutTests/fast/notifications/notification-properties.html
|
| diff --git a/LayoutTests/fast/notifications/notification-properties.html b/LayoutTests/fast/notifications/notification-properties.html
|
| index 802fe1ea7bd3107c9b44f93674bd97340f29e066..15678bce39472846a8d948c9bcba1ad3dfbb1e5d 100644
|
| --- a/LayoutTests/fast/notifications/notification-properties.html
|
| +++ b/LayoutTests/fast/notifications/notification-properties.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| description("Checks that the {title, dir, lang, body, tag, icon} properties are set on the Notification object.");
|
| if (window.testRunner) {
|
| - testRunner.grantWebNotificationPermission("file://");
|
| + testRunner.grantWebNotificationPermission("file://", true);
|
| testRunner.dumpAsText();
|
| }
|
|
|
|
|