| 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 c1c39942a883bd17a2e09528cbe3a89474867214..2755ea673dc82ce6a538dc6f3e107ed36dd6d969 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
|
| @@ -37,6 +37,7 @@
|
| // FIXME: Relative URLs for the icon attribute currently get reflected as
|
| // an absolute URL, which should probably be the given relative URL.
|
| icon: 'https://example/icon.png',
|
| + badge: 'https://example/badge.png',
|
| vibrate: [100, 200, 300],
|
| timestamp: 621046800000,
|
| renotify: true,
|
|
|