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

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

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 unified diff | Download patch
OLDNEW
1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 [Worker] interface PushManager 808 [Worker] interface PushManager
809 [Worker] static getter supportedContentEncodings 809 [Worker] static getter supportedContentEncodings
810 [Worker] attribute @@toStringTag 810 [Worker] attribute @@toStringTag
811 [Worker] method constructor 811 [Worker] method constructor
812 [Worker] method getSubscription 812 [Worker] method getSubscription
813 [Worker] method permissionState 813 [Worker] method permissionState
814 [Worker] method subscribe 814 [Worker] method subscribe
815 [Worker] interface PushSubscription 815 [Worker] interface PushSubscription
816 [Worker] attribute @@toStringTag 816 [Worker] attribute @@toStringTag
817 [Worker] getter endpoint 817 [Worker] getter endpoint
818 [Worker] getter expirationTime
818 [Worker] getter options 819 [Worker] getter options
819 [Worker] method constructor 820 [Worker] method constructor
820 [Worker] method getKey 821 [Worker] method getKey
821 [Worker] method toJSON 822 [Worker] method toJSON
822 [Worker] method unsubscribe 823 [Worker] method unsubscribe
823 [Worker] interface PushSubscriptionOptions 824 [Worker] interface PushSubscriptionOptions
824 [Worker] attribute @@toStringTag 825 [Worker] attribute @@toStringTag
825 [Worker] getter applicationServerKey 826 [Worker] getter applicationServerKey
826 [Worker] getter userVisibleOnly 827 [Worker] getter userVisibleOnly
827 [Worker] method constructor 828 [Worker] method constructor
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 [Worker] method gc 2354 [Worker] method gc
2354 [Worker] method webkitRequestFileSystem 2355 [Worker] method webkitRequestFileSystem
2355 [Worker] method webkitRequestFileSystemSync 2356 [Worker] method webkitRequestFileSystemSync
2356 [Worker] method webkitResolveLocalFileSystemSyncURL 2357 [Worker] method webkitResolveLocalFileSystemSyncURL
2357 [Worker] method webkitResolveLocalFileSystemURL 2358 [Worker] method webkitResolveLocalFileSystemURL
2358 [Worker] setter onconnect 2359 [Worker] setter onconnect
2359 PASS successfullyParsed is true 2360 PASS successfullyParsed is true
2360 2361
2361 TEST COMPLETE 2362 TEST COMPLETE
2362 2363
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698