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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 [Worker] interface PushManager 490 [Worker] interface PushManager
491 [Worker] static getter supportedContentEncodings 491 [Worker] static getter supportedContentEncodings
492 [Worker] attribute @@toStringTag 492 [Worker] attribute @@toStringTag
493 [Worker] method constructor 493 [Worker] method constructor
494 [Worker] method getSubscription 494 [Worker] method getSubscription
495 [Worker] method permissionState 495 [Worker] method permissionState
496 [Worker] method subscribe 496 [Worker] method subscribe
497 [Worker] interface PushSubscription 497 [Worker] interface PushSubscription
498 [Worker] attribute @@toStringTag 498 [Worker] attribute @@toStringTag
499 [Worker] getter endpoint 499 [Worker] getter endpoint
500 [Worker] getter expirationTime
500 [Worker] getter options 501 [Worker] getter options
501 [Worker] method constructor 502 [Worker] method constructor
502 [Worker] method getKey 503 [Worker] method getKey
503 [Worker] method toJSON 504 [Worker] method toJSON
504 [Worker] method unsubscribe 505 [Worker] method unsubscribe
505 [Worker] interface PushSubscriptionOptions 506 [Worker] interface PushSubscriptionOptions
506 [Worker] attribute @@toStringTag 507 [Worker] attribute @@toStringTag
507 [Worker] getter applicationServerKey 508 [Worker] getter applicationServerKey
508 [Worker] getter userVisibleOnly 509 [Worker] getter userVisibleOnly
509 [Worker] method constructor 510 [Worker] method constructor
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 onmessage 798 [Worker] setter onmessage
798 [Worker] setter onmessageerror 799 [Worker] setter onmessageerror
799 PASS successfullyParsed is true 800 PASS successfullyParsed is true
800 801
801 TEST COMPLETE 802 TEST COMPLETE
802 803
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698