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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2885793003: ** DO NOT COMMIT** Only for test
Patch Set: Replace yaho 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 interface BackgroundFetchClickEvent : BackgroundFetchEvent 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent
2 getter state 2 getter state
3 method constructor 3 method constructor
4 interface BackgroundFetchEvent : ExtendableEvent 4 interface BackgroundFetchEvent : ExtendableEvent
5 getter tag 5 getter tag
6 method constructor 6 method constructor
7 interface BackgroundFetchFailEvent : BackgroundFetchEvent 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent
8 getter fetches 8 getter fetches
9 method constructor 9 method constructor
10 interface BackgroundFetchFetch 10 interface BackgroundFetchFetch
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 method rect 766 method rect
767 interface PaymentInstruments 767 interface PaymentInstruments
768 method clear 768 method clear
769 method constructor 769 method constructor
770 method delete 770 method delete
771 method get 771 method get
772 method has 772 method has
773 method keys 773 method keys
774 method set 774 method set
775 interface PaymentRequestEvent : ExtendableEvent 775 interface PaymentRequestEvent : ExtendableEvent
776 getter appRequest 776 getter instrumentKey
777 getter methodData
778 getter modifiers
779 getter paymentRequestId
780 getter paymentRequestOrigin
781 getter topLevelOrigin
782 getter total
777 method constructor 783 method constructor
778 method respondWith 784 method respondWith
779 interface PerformanceObserverEntryList 785 interface PerformanceObserverEntryList
780 method constructor 786 method constructor
781 method getEntries 787 method getEntries
782 method getEntriesByName 788 method getEntriesByName
783 method getEntriesByType 789 method getEntriesByType
784 interface PermissionStatus : EventTarget 790 interface PermissionStatus : EventTarget
785 getter onchange 791 getter onchange
786 getter state 792 getter state
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 setter onnotificationclick 2322 setter onnotificationclick
2317 setter onnotificationclose 2323 setter onnotificationclose
2318 setter onpaymentrequest 2324 setter onpaymentrequest
2319 setter onpush 2325 setter onpush
2320 setter onsync 2326 setter onsync
2321 PASS Verify the interface of ServiceWorkerGlobalScope 2327 PASS Verify the interface of ServiceWorkerGlobalScope
2322 PASS successfullyParsed is true 2328 PASS successfullyParsed is true
2323 2329
2324 TEST COMPLETE 2330 TEST COMPLETE
2325 2331
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698