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

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

Issue 2510833002: PaymentApp: Add interfaces for PaymentRequestEvent. (Closed)
Patch Set: PaymentApp: Add interfaces for PaymentRequestEvent. Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 6cf4238d9452878bc3aa0edc3acbfb80819fd368..830c40853781f4973302fda0b36cd139a6e1983b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -560,6 +560,10 @@ interface Path2D
method moveTo
method quadraticCurveTo
method rect
+interface PaymentRequestEvent : ExtendableEvent
+ getter data
+ method constructor
+ method respondWith
interface PerformanceObserverEntryList
method constructor
method getEntries
@@ -1380,6 +1384,7 @@ global object
getter onmessage
getter onnotificationclick
getter onnotificationclose
+ getter onpaymentrequest
getter onpush
getter onsync
getter registration
@@ -1393,6 +1398,7 @@ global object
setter onmessage
setter onnotificationclick
setter onnotificationclose
+ setter onpaymentrequest
setter onpush
setter onsync
PASS Verify the interface of ServiceWorkerGlobalScope

Powered by Google App Engine
This is Rietveld 408576698