Chromium Code Reviews| 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 69cece586786af4f34dd43244f9271035ef4a5df..9d7b2c506aa11727d4a73c6c44c523ce8ba41866 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: false, |
|
Peter Beverloo
2016/02/03 11:34:38
false -> true
"false" is the default value, so if
harkness
2016/02/03 13:45:44
Done.
|
| silent: false, |
| requireInteraction: true, |
| data: [ |