| Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html b/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| index e13ea370515414dcff01b814ffe98a153757aded..351f123a7d9d796420a4ddee07552c76f6f1c908 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| @@ -36,6 +36,9 @@ async_test(function(test) {
|
| assert_own_property(reflectedObject, 'endpoint');
|
| assert_equals(reflectedObject.endpoint, pushSubscription.endpoint);
|
|
|
| + assert_own_property(reflectedObject, 'expirationTime');
|
| + assert_equals(reflectedObject.expirationTime, null);
|
| +
|
| assert_own_property(reflectedObject, 'keys');
|
| assert_own_property(reflectedObject.keys, 'p256dh');
|
| assert_own_property(reflectedObject.keys, 'auth');
|
|
|