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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2864603003: Implement and ship PushSubscription.expirationTime (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4977 matching lines...) Expand 10 before | Expand all | Expand 10 after
4988 method constructor 4988 method constructor
4989 interface PushManager 4989 interface PushManager
4990 attribute @@toStringTag 4990 attribute @@toStringTag
4991 method constructor 4991 method constructor
4992 method getSubscription 4992 method getSubscription
4993 method permissionState 4993 method permissionState
4994 method subscribe 4994 method subscribe
4995 interface PushSubscription 4995 interface PushSubscription
4996 attribute @@toStringTag 4996 attribute @@toStringTag
4997 getter endpoint 4997 getter endpoint
4998 getter expirationTime
4998 getter options 4999 getter options
4999 method constructor 5000 method constructor
5000 method getKey 5001 method getKey
5001 method toJSON 5002 method toJSON
5002 method unsubscribe 5003 method unsubscribe
5003 interface PushSubscriptionOptions 5004 interface PushSubscriptionOptions
5004 attribute @@toStringTag 5005 attribute @@toStringTag
5005 getter applicationServerKey 5006 getter applicationServerKey
5006 getter userVisibleOnly 5007 getter userVisibleOnly
5007 method constructor 5008 method constructor
(...skipping 4159 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 setter scrollY 9168 setter scrollY
9168 setter scrollbars 9169 setter scrollbars
9169 setter status 9170 setter status
9170 setter statusbar 9171 setter statusbar
9171 setter toolbar 9172 setter toolbar
9172 setter visualViewport 9173 setter visualViewport
9173 PASS successfullyParsed is true 9174 PASS successfullyParsed is true
9174 9175
9175 TEST COMPLETE 9176 TEST COMPLETE
9176 9177
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698