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

Unified Diff: LayoutTests/http/tests/push_messaging/subscribe-encryption-public-key.html

Issue 1316693002: Remove left-overs of PushSubscription.curve25519dh (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/push_messaging/subscribe-encryption-public-key.html
diff --git a/LayoutTests/http/tests/push_messaging/subscribe-encryption-public-key.html b/LayoutTests/http/tests/push_messaging/subscribe-encryption-public-key.html
index 08d60988f2dc0ce4a87b321fddc3a099efe6ab3b..72e98d4edbfd15705103579a41b26ad10438fbb8 100644
--- a/LayoutTests/http/tests/push_messaging/subscribe-encryption-public-key.html
+++ b/LayoutTests/http/tests/push_messaging/subscribe-encryption-public-key.html
@@ -38,9 +38,6 @@
return swRegistration.pushManager.subscribe();
})
.then(function(pushSubscription) {
- // TODO(peter): Remove support for the attribute when the embedder has been updated.
- assert_idl_attribute(pushSubscription, 'curve25519dh');
-
assert_own_property(PushSubscription.prototype, 'getKey');
assert_not_equals(pushSubscription.getKey('curve25519dh'), null);
assert_equals(pushSubscription.getKey('curve25519dh').byteLength, EXPECTED_KEY_LENGTH);
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698