| Index: LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| diff --git a/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html b/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| index ff3cca3e252eb170ee7cdefeeefe737e5e080fb1..80df53332ee95d66924436fb88242ad32332e0b9 100644
|
| --- a/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| +++ b/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
|
| @@ -27,7 +27,7 @@ async_test(function(test) {
|
| })
|
| .then(function(pushSubscription) {
|
| var reflectedObject = JSON.parse(JSON.stringify(pushSubscription));
|
| - var expectedProperties = ['endpoint', 'subscriptionId'];
|
| + var expectedProperties = ['endpoint'];
|
|
|
| assert_equals(expectedProperties.length,
|
| Object.getOwnPropertyNames(reflectedObject).length);
|
|
|