| 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 3a1fea7dae8125f0e4ae4aea4c57bc05250c33f6..a47fa331a62dd31e619c9c059e60ce4399425dab 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
|
| @@ -38,6 +38,7 @@
|
| tag: 'tag',
|
| // FIXME: Relative URLs for the icon attribute currently get reflected as
|
| // an absolute URL, which should probably be the given relative URL.
|
| + image: 'https://example/image.jpg',
|
| icon: 'https://example/icon.png',
|
| badge: 'https://example/badge.png',
|
| vibrate: [100, 200, 300],
|
|
|