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

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

Powered by Google App Engine
This is Rietveld 408576698