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

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

Powered by Google App Engine
This is Rietveld 408576698