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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2785523003: PaymentHandler: Rename PaymentAppManager to PaymentManager. (Closed)
Patch Set: PaymentHandler: Rename PaymentAppManager to PaymentManager. Created 3 years, 8 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 BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 [Worker] method clone 847 [Worker] method clone
848 [Worker] method constructor 848 [Worker] method constructor
849 [Worker] method json 849 [Worker] method json
850 [Worker] method text 850 [Worker] method text
851 [Worker] interface ServiceWorkerRegistration : EventTarget 851 [Worker] interface ServiceWorkerRegistration : EventTarget
852 [Worker] attribute @@toStringTag 852 [Worker] attribute @@toStringTag
853 [Worker] getter active 853 [Worker] getter active
854 [Worker] getter backgroundFetch 854 [Worker] getter backgroundFetch
855 [Worker] getter installing 855 [Worker] getter installing
856 [Worker] getter onupdatefound 856 [Worker] getter onupdatefound
857 [Worker] getter paymentAppManager 857 [Worker] getter paymentManager
858 [Worker] getter pushManager 858 [Worker] getter pushManager
859 [Worker] getter scope 859 [Worker] getter scope
860 [Worker] getter sync 860 [Worker] getter sync
861 [Worker] getter waiting 861 [Worker] getter waiting
862 [Worker] method constructor 862 [Worker] method constructor
863 [Worker] method getNotifications 863 [Worker] method getNotifications
864 [Worker] method showNotification 864 [Worker] method showNotification
865 [Worker] method unregister 865 [Worker] method unregister
866 [Worker] method update 866 [Worker] method update
867 [Worker] setter onupdatefound 867 [Worker] setter onupdatefound
(...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 [Worker] method gc 2326 [Worker] method gc
2327 [Worker] method webkitRequestFileSystem 2327 [Worker] method webkitRequestFileSystem
2328 [Worker] method webkitRequestFileSystemSync 2328 [Worker] method webkitRequestFileSystemSync
2329 [Worker] method webkitResolveLocalFileSystemSyncURL 2329 [Worker] method webkitResolveLocalFileSystemSyncURL
2330 [Worker] method webkitResolveLocalFileSystemURL 2330 [Worker] method webkitResolveLocalFileSystemURL
2331 [Worker] setter onconnect 2331 [Worker] setter onconnect
2332 PASS successfullyParsed is true 2332 PASS successfullyParsed is true
2333 2333
2334 TEST COMPLETE 2334 TEST COMPLETE
2335 2335
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698