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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js

Issue 2528683002: PaymentApp: Blink side of payment request event dispatching in service worker. (Closed)
Patch Set: PaymentApp: Blink side of payment request event dispatching in service worker. Created 4 years 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
(Empty)
1 importScripts('../../serviceworker/resources/worker-testharness.js');
2
3 test(() => {
4 assert_true('PaymentRequestEvent' in self);
5 assert_inherits(PaymentRequestEvent.prototype, 'waitUntil');
6 assert_own_property(PaymentRequestEvent.prototype, 'respondWith');
7 assert_own_property(PaymentRequestEvent.prototype, 'data');
8 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698