| 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..2048019984ae9b3e19fea7ec50fa86267f819067 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',
|
| + smallIcon: 'https://example/small_icon.png',
|
| vibrate: [100, 200, 300],
|
| timestamp: 621046800000,
|
| renotify: true,
|
|
|