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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-dedicated-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 DedicatedWorkerGloba lScope. 1 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 [Worker] interface PushManager 813 [Worker] interface PushManager
814 [Worker] static getter supportedContentEncodings 814 [Worker] static getter supportedContentEncodings
815 [Worker] attribute @@toStringTag 815 [Worker] attribute @@toStringTag
816 [Worker] method constructor 816 [Worker] method constructor
817 [Worker] method getSubscription 817 [Worker] method getSubscription
818 [Worker] method permissionState 818 [Worker] method permissionState
819 [Worker] method subscribe 819 [Worker] method subscribe
820 [Worker] interface PushSubscription 820 [Worker] interface PushSubscription
821 [Worker] attribute @@toStringTag 821 [Worker] attribute @@toStringTag
822 [Worker] getter endpoint 822 [Worker] getter endpoint
823 [Worker] getter expirationTime
823 [Worker] getter options 824 [Worker] getter options
824 [Worker] method constructor 825 [Worker] method constructor
825 [Worker] method getKey 826 [Worker] method getKey
826 [Worker] method toJSON 827 [Worker] method toJSON
827 [Worker] method unsubscribe 828 [Worker] method unsubscribe
828 [Worker] interface PushSubscriptionOptions 829 [Worker] interface PushSubscriptionOptions
829 [Worker] attribute @@toStringTag 830 [Worker] attribute @@toStringTag
830 [Worker] getter applicationServerKey 831 [Worker] getter applicationServerKey
831 [Worker] getter userVisibleOnly 832 [Worker] getter userVisibleOnly
832 [Worker] method constructor 833 [Worker] method constructor
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
2355 [Worker] method webkitRequestFileSystem 2356 [Worker] method webkitRequestFileSystem
2356 [Worker] method webkitRequestFileSystemSync 2357 [Worker] method webkitRequestFileSystemSync
2357 [Worker] method webkitResolveLocalFileSystemSyncURL 2358 [Worker] method webkitResolveLocalFileSystemSyncURL
2358 [Worker] method webkitResolveLocalFileSystemURL 2359 [Worker] method webkitResolveLocalFileSystemURL
2359 [Worker] setter onmessage 2360 [Worker] setter onmessage
2360 [Worker] setter onmessageerror 2361 [Worker] setter onmessageerror
2361 PASS successfullyParsed is true 2362 PASS successfullyParsed is true
2362 2363
2363 TEST COMPLETE 2364 TEST COMPLETE
2364 2365
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698