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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 method rect 762 method rect
763 interface PaymentInstruments 763 interface PaymentInstruments
764 method clear 764 method clear
765 method constructor 765 method constructor
766 method delete 766 method delete
767 method get 767 method get
768 method has 768 method has
769 method keys 769 method keys
770 method set 770 method set
771 interface PaymentRequestEvent : ExtendableEvent 771 interface PaymentRequestEvent : ExtendableEvent
772 getter appRequest 772 getter instrumentKey
773 getter methodData
774 getter modifiers
775 getter paymentRequestId
776 getter paymentRequestOrigin
777 getter topLevelOrigin
778 getter total
773 method constructor 779 method constructor
774 method respondWith 780 method respondWith
775 interface PerformanceObserverEntryList 781 interface PerformanceObserverEntryList
776 method constructor 782 method constructor
777 method getEntries 783 method getEntries
778 method getEntriesByName 784 method getEntriesByName
779 method getEntriesByType 785 method getEntriesByType
780 interface PermissionStatus : EventTarget 786 interface PermissionStatus : EventTarget
781 getter onchange 787 getter onchange
782 getter state 788 getter state
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 setter onnotificationclick 2314 setter onnotificationclick
2309 setter onnotificationclose 2315 setter onnotificationclose
2310 setter onpaymentrequest 2316 setter onpaymentrequest
2311 setter onpush 2317 setter onpush
2312 setter onsync 2318 setter onsync
2313 PASS Verify the interface of ServiceWorkerGlobalScope 2319 PASS Verify the interface of ServiceWorkerGlobalScope
2314 PASS successfullyParsed is true 2320 PASS successfullyParsed is true
2315 2321
2316 TEST COMPLETE 2322 TEST COMPLETE
2317 2323
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698