Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: LayoutTests/http/tests/push_messaging/get-subscription-in-document.html

Issue 1148763005: Remove support for PushSubscription.subscriptionId. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/push_messaging/get-subscription-in-service-worker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | LayoutTests/http/tests/push_messaging/get-subscription-in-service-worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698