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

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

Powered by Google App Engine
This is Rietveld 408576698