| Index: third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js b/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dac304163229e535261115ea64e696868d63d9d0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js
|
| @@ -0,0 +1,8 @@
|
| +importScripts('../../serviceworker/resources/worker-testharness.js');
|
| +
|
| +test(function() {
|
| + assert_true('PaymentRequestEvent' in self);
|
| + assert_inherits(PaymentRequestEvent.prototype, 'waitUntil');
|
| + assert_own_property(PaymentRequestEvent.prototype, 'respondWith');
|
| + assert_own_property(PaymentRequestEvent.prototype, 'data');
|
| +});
|
|
|