| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html
|
| index e20895699d5a6adc9b724827003343a4505f1960..c1c39942a883bd17a2e09528cbe3a89474867214 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html
|
| @@ -39,6 +39,7 @@
|
| icon: 'https://example/icon.png',
|
| vibrate: [100, 200, 300],
|
| timestamp: 621046800000,
|
| + renotify: true,
|
| silent: false,
|
| requireInteraction: true,
|
| data: [
|
|
|