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

Side by Side Diff: third_party/WebKit/LayoutTests/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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 [Worker] interface PushManager 815 [Worker] interface PushManager
816 [Worker] static getter supportedContentEncodings 816 [Worker] static getter supportedContentEncodings
817 [Worker] attribute @@toStringTag 817 [Worker] attribute @@toStringTag
818 [Worker] method constructor 818 [Worker] method constructor
819 [Worker] method getSubscription 819 [Worker] method getSubscription
820 [Worker] method permissionState 820 [Worker] method permissionState
821 [Worker] method subscribe 821 [Worker] method subscribe
822 [Worker] interface PushSubscription 822 [Worker] interface PushSubscription
823 [Worker] attribute @@toStringTag 823 [Worker] attribute @@toStringTag
824 [Worker] getter endpoint 824 [Worker] getter endpoint
825 [Worker] getter expirationTime
825 [Worker] getter options 826 [Worker] getter options
826 [Worker] method constructor 827 [Worker] method constructor
827 [Worker] method getKey 828 [Worker] method getKey
828 [Worker] method toJSON 829 [Worker] method toJSON
829 [Worker] method unsubscribe 830 [Worker] method unsubscribe
830 [Worker] interface PushSubscriptionOptions 831 [Worker] interface PushSubscriptionOptions
831 [Worker] attribute @@toStringTag 832 [Worker] attribute @@toStringTag
832 [Worker] getter applicationServerKey 833 [Worker] getter applicationServerKey
833 [Worker] getter userVisibleOnly 834 [Worker] getter userVisibleOnly
834 [Worker] method constructor 835 [Worker] method constructor
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 [Worker] method gc 2362 [Worker] method gc
2362 [Worker] method webkitRequestFileSystem 2363 [Worker] method webkitRequestFileSystem
2363 [Worker] method webkitRequestFileSystemSync 2364 [Worker] method webkitRequestFileSystemSync
2364 [Worker] method webkitResolveLocalFileSystemSyncURL 2365 [Worker] method webkitResolveLocalFileSystemSyncURL
2365 [Worker] method webkitResolveLocalFileSystemURL 2366 [Worker] method webkitResolveLocalFileSystemURL
2366 [Worker] setter onconnect 2367 [Worker] setter onconnect
2367 PASS successfullyParsed is true 2368 PASS successfullyParsed is true
2368 2369
2369 TEST COMPLETE 2370 TEST COMPLETE
2370 2371
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698