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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html

Issue 2864603003: Implement and ship PushSubscription.expirationTime (Closed)
Patch Set: mac results Created 3 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 | third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html b/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
index e13ea370515414dcff01b814ffe98a153757aded..351f123a7d9d796420a4ddee07552c76f6f1c908 100644
--- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
+++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-stringification.html
@@ -36,6 +36,9 @@ async_test(function(test) {
assert_own_property(reflectedObject, 'endpoint');
assert_equals(reflectedObject.endpoint, pushSubscription.endpoint);
+ assert_own_property(reflectedObject, 'expirationTime');
+ assert_equals(reflectedObject.expirationTime, null);
+
assert_own_property(reflectedObject, 'keys');
assert_own_property(reflectedObject.keys, 'p256dh');
assert_own_property(reflectedObject.keys, 'auth');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698