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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 [Worker] interface PushManager 485 [Worker] interface PushManager
486 [Worker] static getter supportedContentEncodings 486 [Worker] static getter supportedContentEncodings
487 [Worker] attribute @@toStringTag 487 [Worker] attribute @@toStringTag
488 [Worker] method constructor 488 [Worker] method constructor
489 [Worker] method getSubscription 489 [Worker] method getSubscription
490 [Worker] method permissionState 490 [Worker] method permissionState
491 [Worker] method subscribe 491 [Worker] method subscribe
492 [Worker] interface PushSubscription 492 [Worker] interface PushSubscription
493 [Worker] attribute @@toStringTag 493 [Worker] attribute @@toStringTag
494 [Worker] getter endpoint 494 [Worker] getter endpoint
495 [Worker] getter expirationTime
495 [Worker] getter options 496 [Worker] getter options
496 [Worker] method constructor 497 [Worker] method constructor
497 [Worker] method getKey 498 [Worker] method getKey
498 [Worker] method toJSON 499 [Worker] method toJSON
499 [Worker] method unsubscribe 500 [Worker] method unsubscribe
500 [Worker] interface PushSubscriptionOptions 501 [Worker] interface PushSubscriptionOptions
501 [Worker] attribute @@toStringTag 502 [Worker] attribute @@toStringTag
502 [Worker] getter applicationServerKey 503 [Worker] getter applicationServerKey
503 [Worker] getter userVisibleOnly 504 [Worker] getter userVisibleOnly
504 [Worker] method constructor 505 [Worker] method constructor
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 [Worker] method gc 792 [Worker] method gc
792 [Worker] method webkitRequestFileSystem 793 [Worker] method webkitRequestFileSystem
793 [Worker] method webkitRequestFileSystemSync 794 [Worker] method webkitRequestFileSystemSync
794 [Worker] method webkitResolveLocalFileSystemSyncURL 795 [Worker] method webkitResolveLocalFileSystemSyncURL
795 [Worker] method webkitResolveLocalFileSystemURL 796 [Worker] method webkitResolveLocalFileSystemURL
796 [Worker] setter onconnect 797 [Worker] setter onconnect
797 PASS successfullyParsed is true 798 PASS successfullyParsed is true
798 799
799 TEST COMPLETE 800 TEST COMPLETE
800 801
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698