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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 method rect 759 method rect
760 interface PaymentInstruments 760 interface PaymentInstruments
761 method clear 761 method clear
762 method constructor 762 method constructor
763 method delete 763 method delete
764 method get 764 method get
765 method has 765 method has
766 method keys 766 method keys
767 method set 767 method set
768 interface PaymentRequestEvent : ExtendableEvent 768 interface PaymentRequestEvent : ExtendableEvent
769 getter appRequest 769 getter instrumentKey
770 getter methodData
771 getter modifiers
772 getter paymentRequestId
773 getter paymentRequestOrigin
774 getter topLevelOrigin
775 getter total
770 method constructor 776 method constructor
771 method respondWith 777 method respondWith
772 interface PerformanceObserverEntryList 778 interface PerformanceObserverEntryList
773 method constructor 779 method constructor
774 method getEntries 780 method getEntries
775 method getEntriesByName 781 method getEntriesByName
776 method getEntriesByType 782 method getEntriesByType
777 interface PermissionStatus : EventTarget 783 interface PermissionStatus : EventTarget
778 getter onchange 784 getter onchange
779 getter state 785 getter state
(...skipping 1528 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