| 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 a9afb21368b1fda34763dfba1247b6e3389aab78..69cece586786af4f34dd43244f9271035ef4a5df 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 @@
|
| // an absolute URL, which should probably be the given relative URL.
|
| icon: 'https://example/icon.png',
|
| vibrate: [100, 200, 300],
|
| + timestamp: 621046800000,
|
| silent: false,
|
| requireInteraction: true,
|
| data: [
|
|
|