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

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

Issue 2856973002: PaymentHandler: Implement PaymentInstruments.clear(). (Closed)
Patch Set: PaymentHandler: Implement PaymentInstruments.clear(). 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 method arcTo 753 method arcTo
754 method bezierCurveTo 754 method bezierCurveTo
755 method closePath 755 method closePath
756 method constructor 756 method constructor
757 method ellipse 757 method ellipse
758 method lineTo 758 method lineTo
759 method moveTo 759 method moveTo
760 method quadraticCurveTo 760 method quadraticCurveTo
761 method rect 761 method rect
762 interface PaymentInstruments 762 interface PaymentInstruments
763 method clear
763 method constructor 764 method constructor
764 method delete 765 method delete
765 method get 766 method get
766 method has 767 method has
767 method keys 768 method keys
768 method set 769 method set
769 interface PaymentRequestEvent : ExtendableEvent 770 interface PaymentRequestEvent : ExtendableEvent
770 getter appRequest 771 getter appRequest
771 method constructor 772 method constructor
772 method respondWith 773 method respondWith
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
2306 setter onnotificationclick 2307 setter onnotificationclick
2307 setter onnotificationclose 2308 setter onnotificationclose
2308 setter onpaymentrequest 2309 setter onpaymentrequest
2309 setter onpush 2310 setter onpush
2310 setter onsync 2311 setter onsync
2311 PASS Verify the interface of ServiceWorkerGlobalScope 2312 PASS Verify the interface of ServiceWorkerGlobalScope
2312 PASS successfullyParsed is true 2313 PASS successfullyParsed is true
2313 2314
2314 TEST COMPLETE 2315 TEST COMPLETE
2315 2316
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698