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

Unified Diff: LayoutTests/http/tests/push_messaging/subscribe-success-in-service-worker.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
Index: LayoutTests/http/tests/push_messaging/subscribe-success-in-service-worker.html
diff --git a/LayoutTests/http/tests/push_messaging/subscribe-success-in-service-worker.html b/LayoutTests/http/tests/push_messaging/subscribe-success-in-service-worker.html
index 310223dd0bca9d1c49ebe7e8ffcfc95f6a1fe76f..dc17ac4879da6f9b87446806843d7df43eb77f0f 100644
--- a/LayoutTests/http/tests/push_messaging/subscribe-success-in-service-worker.html
+++ b/LayoutTests/http/tests/push_messaging/subscribe-success-in-service-worker.html
@@ -50,7 +50,6 @@ async_test(function(test) {
assert_equals(event.data.command, 'subscribe');
assert_true(event.data.success,
'subscribe should succeed. Error message: ' + event.data.errorMessage);
- assert_equals(typeof event.data.subscriptionId, 'string');
assert_equals(typeof event.data.endpoint, 'string');
try {
var endpointUrl = new URL(event.data.endpoint);

Powered by Google App Engine
This is Rietveld 408576698