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 |
index 50762512594175bfa0ff0a92854b191db6c95e49..addfad8ac606ffb16adc6fd3d316b541d428235c 100644 |
--- 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 |
@@ -3,6 +3,12 @@ importScripts('../../serviceworker/resources/worker-testharness.js'); |
test(() => { |
assert_true('PaymentRequestEvent' in self); |
assert_inherits(PaymentRequestEvent.prototype, 'waitUntil'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'topLevelOrigin'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'paymentRequestOrigin'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'paymentRequestId'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'methodData'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'total'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'modifiers'); |
+ assert_own_property(PaymentRequestEvent.prototype, 'instrumentKey'); |
assert_own_property(PaymentRequestEvent.prototype, 'respondWith'); |
- assert_own_property(PaymentRequestEvent.prototype, 'appRequest'); |
}); |