| Index: LayoutTests/http/tests/push_messaging/get-subscription-in-document.html
|
| diff --git a/LayoutTests/http/tests/push_messaging/get-subscription-in-document.html b/LayoutTests/http/tests/push_messaging/get-subscription-in-document.html
|
| index e428f4c53e7153ae8be13f44b6661a1f3b262066..484d0e973d7ba52c975f7107835f62c9f9d9c6fb 100644
|
| --- a/LayoutTests/http/tests/push_messaging/get-subscription-in-document.html
|
| +++ b/LayoutTests/http/tests/push_messaging/get-subscription-in-document.html
|
| @@ -42,8 +42,6 @@ async_test(function(test) {
|
| .then(function(pushSubscription) {
|
| assert_equals(previousPushSubscription.endpoint, pushSubscription.endpoint,
|
| "Both subscription objects should have the same endpoint.");
|
| - assert_equals(previousPushSubscription.subscriptionId, pushSubscription.subscriptionId,
|
| - "Both subscription objects should have the same id.");
|
| return pushSubscription.unsubscribe();
|
| })
|
| .then(function(unsubscribed) {
|
|
|